X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FToInTag.cxx;h=1b4f292df6bf354f84f12b8b05b76001fddf2703;hb=3b1f653b219f72d841e3b52ef2ae20d2c7c91220;hp=8d2ae3ea8f9015838554d1ea8ec97feb14115832;hpb=4249e0d6fb6942a1b221a74f42bff4acd773105d;p=gdcm.git diff --git a/Example/ToInTag.cxx b/Example/ToInTag.cxx index 8d2ae3ea..1b4f292d 100755 --- a/Example/ToInTag.cxx +++ b/Example/ToInTag.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: ToInTag.cxx,v $ Language: C++ - Date: $Date: 2007/09/28 14:09:20 $ - Version: $Revision: 1.19 $ + Date: $Date: 2007/10/24 08:03:10 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -599,7 +599,7 @@ int main(int argc, char *argv[]) + GDCM_NAME_SPACE::GDCM_FILESEPARATOR + currentPhaseEncodingDirection; systemCommand = "mkdir " + currentPhaseEncodingDirectionWriteDir; - system (systemCommand.c_str()); + system (systemCommand.c_str()); } previousPhaseEncodingDirection = currentPhaseEncodingDirection;