]> Creatis software - gdcm.git/blobdiff - src/gdcmMeta.cxx
Update, according to David Clunie's site
[gdcm.git] / src / gdcmMeta.cxx
index 52bb3ad654cccb0b53d2e92b2f7eea0545d6188d..aedc2a435a54c25f888ba54816d7b744f793e6c2 100644 (file)
@@ -1,4 +1,4 @@
-// gdcmMeta.cxx
+// gdcmMeta.h
 //-----------------------------------------------------------------------------
 #include "gdcmMeta.h"
 
@@ -8,7 +8,7 @@
  * \ingroup gdcmMeta
  * \brief   
  * @param   begin iterator of begin for the object
- * @param   end   iterator of end for the object
+ * @param   end   iterator of end   for the object
  */
 gdcmMeta::gdcmMeta(ListTag::iterator begin,ListTag::iterator end):
    gdcmObject(begin,end)
@@ -32,9 +32,7 @@ gdcmMeta::~gdcmMeta()
  */ 
 void gdcmMeta::Print(std::ostream &os)
 {
-   os<<"META : ";
-   os<<std::endl;
-
+   os<<"META :"<<std::endl;
    gdcmObject::Print(os);
 }