X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FDenseMultiFramesToDicom.cxx;h=520a3975a283b054206514f011c1ffb15698b909;hb=3b1f653b219f72d841e3b52ef2ae20d2c7c91220;hp=5b652de1974f11f7577c85b4fa056a903a4e7cd6;hpb=88a0e8d8c47070a680d71eb6a7ac349993e81a5f;p=gdcm.git diff --git a/Example/DenseMultiFramesToDicom.cxx b/Example/DenseMultiFramesToDicom.cxx index 5b652de1..520a3975 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/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; }