Program: gdcm
Module: $RCSfile: gdcmBinEntry.cxx,v $
Language: C++
- Date: $Date: 2004/06/22 13:47:33 $
- Version: $Revision: 1.13 $
+ Date: $Date: 2004/06/22 13:56:08 $
+ Version: $Revision: 1.14 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
void gdcmBinEntry::Print(std::ostream &os)
{
//gdcmValEntry::Print(os); // replaced by PrintCommonPart
- // to avoid bugging the display
- PrintCommonPart(os);
+ // to avoid bugging the display
+ PrintCommonPart(os);
std::ostringstream s;
if (voidArea != NULL)
{
Program: gdcm
Module: $RCSfile: gdcmSeqEntry.cxx,v $
Language: C++
- Date: $Date: 2004/06/22 13:47:33 $
- Version: $Revision: 1.14 $
+ Date: $Date: 2004/06/22 13:59:48 $
+ Version: $Revision: 1.15 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
for(ListSQItem::iterator cc = items.begin();cc != items.end();++cc)
{
delete *cc;
- cout << "delete SQItem" << endl;
+ std::cout << "delete SQItem" <<std:: endl;
}
if (!seq_term)
delete seq_term;
os << s.str();
if (GetReadLength() == 0)
- return;
-
+ return;
+
// Then, Print each SQ Item
for(ListSQItem::iterator cc = items.begin();cc != items.end();++cc)
{