X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FDenseMultiFramesToDicom.cxx;h=18109cac808234b39b190eba5f272bdca531e48b;hb=175f7eaa4d1f56100622951645c6d677b351a5ba;hp=5b652de1974f11f7577c85b4fa056a903a4e7cd6;hpb=88a0e8d8c47070a680d71eb6a7ac349993e81a5f;p=gdcm.git diff --git a/Example/DenseMultiFramesToDicom.cxx b/Example/DenseMultiFramesToDicom.cxx index 5b652de1..18109cac 100755 --- a/Example/DenseMultiFramesToDicom.cxx +++ b/Example/DenseMultiFramesToDicom.cxx @@ -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 @@ -20,6 +20,10 @@ #include //#include +#if defined(__BORLANDC__) +#include +#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; }