]> Creatis software - gdcm.git/blobdiff - Example/DenseMultiFramesToDicom.cxx
Fix bug on SplitOnly
[gdcm.git] / Example / DenseMultiFramesToDicom.cxx
index 5b652de1974f11f7577c85b4fa056a903a4e7cd6..18109cac808234b39b190eba5f272bdca531e48b 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/10/29 17:13:59 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #include <iostream>
 //#include <values.h>
 
+#if defined(__BORLANDC__)
+#include <ctype.h>
+#endif
+
 #include "gdcmFile.h"
 #include "gdcmFileHelper.h"
 #include "gdcmDebug.h"
@@ -178,9 +182,6 @@ int main(int argc, char *argv[])
    
    std::string filenameout;
 
-
-
-
    std::string strStudyUID;
    std::string strSerieUID;
 
@@ -228,6 +229,7 @@ int main(int argc, char *argv[])
          //return 0;
       }   
    }
+   return 1;
 }