]> Creatis software - gdcm.git/blobdiff - Example/DenseMultiFramesToDicom.cxx
Avoid warnings
[gdcm.git] / Example / DenseMultiFramesToDicom.cxx
index 5b652de1974f11f7577c85b4fa056a903a4e7cd6..520a3975a283b054206514f011c1ffb15698b909 100755 (executable)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: DenseMultiFramesToDicom.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/09/18 11:01:55 $
-  Version:   $Revision: 1.8 $
+  Date:      $Date: 2007/09/20 11:15:54 $
+  Version:   $Revision: 1.9 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -178,9 +178,6 @@ int main(int argc, char *argv[])
    
    std::string filenameout;
 
-
-
-
    std::string strStudyUID;
    std::string strSerieUID;
 
@@ -228,6 +225,7 @@ int main(int argc, char *argv[])
          //return 0;
       }   
    }
+   return 1;
 }