X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexReadPapyrus.cxx;h=c0398af658c479538d23b4ac11ccbd8d06df0aae;hb=70502c22fe6a622c3bf335f27f9db7ba553e8190;hp=eed4ddb3a843571d76f5d7953887b93276959753;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/Example/exReadPapyrus.cxx b/Example/exReadPapyrus.cxx index eed4ddb3..c0398af6 100644 --- a/Example/exReadPapyrus.cxx +++ b/Example/exReadPapyrus.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exReadPapyrus.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:28 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/11/28 10:55:00 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -232,7 +232,6 @@ int main(int argc, char *argv[]) if( ! *Fp ) { std::cout << "Cannot open file: " << fileName << std::endl; - //gdcmDebugMacro( "Cannot open file: " << fileName.c_str() ); delete Fp; Fp = 0; return 0;