X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexConvert3DplusT.cxx;h=a629f743fe80a581155dc9ccfd0a253b05467d87;hb=a90a160ec968e93f5d16666f778f39d827fceeb6;hp=5e3eafc7861d058a4bda1169baec8320367ef9ac;hpb=88d171f185620221627d10d9f59cb0856df098c0;p=gdcm.git diff --git a/Example/exConvert3DplusT.cxx b/Example/exConvert3DplusT.cxx index 5e3eafc7..a629f743 100755 --- a/Example/exConvert3DplusT.cxx +++ b/Example/exConvert3DplusT.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exConvert3DplusT.cxx,v $ Language: C++ - Date: $Date: 2006/07/19 09:03:24 $ - Version: $Revision: 1.1 $ + Date: $Date: 2006/07/26 17:46:02 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -172,7 +172,7 @@ int main(int argc, char *argv[]) if (verbose) std::cout << "Output Directory [" << dirOut << "] already exists; Used as is." << std::endl; - } + } gdcm::DirList dirList(dirIn,false); // gets (at single level) the file list gdcm::DirListType fileList = dirList.GetFilenames();