]> Creatis software - gdcm.git/blobdiff - src/gdcmDictEntry.cxx
* src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash
[gdcm.git] / src / gdcmDictEntry.cxx
index a4bb7060bcdb5a1a0c98042ccc1392e6abb2a88e..615708c4c80dbb850e7e2b8c0e9d99c1c5341c90 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/13 16:35:37 $
-  Version:   $Revision: 1.39 $
+  Date:      $Date: 2005/01/14 11:28:30 $
+  Version:   $Revision: 1.40 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -71,7 +71,7 @@ void DictEntry::Print(std::ostream &os)
    }
 
    s << "[" << GetName()<< "]";
-   os << s.str();
+   os << s.str() << std::endl;
 }
 
 //-----------------------------------------------------------------------------