X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllPrint.cxx;h=3962137b3a4d3b3d1ade514fa56cc444a1db8d67;hb=ead1ddd3fcdebedc60b1f24c59a1892a7a2da2df;hp=833516ca9a4c78ef8c2c0d1b6b356b9904cd0171;hpb=c4fa2e74a4ce56a0a8db54e4a70d404bec9fc8dd;p=gdcm.git diff --git a/Testing/TestAllPrint.cxx b/Testing/TestAllPrint.cxx index 833516ca..3962137b 100644 --- a/Testing/TestAllPrint.cxx +++ b/Testing/TestAllPrint.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllPrint.cxx,v $ Language: C++ - Date: $Date: 2005/08/30 14:40:30 $ - Version: $Revision: 1.3 $ + Date: $Date: 2005/08/30 15:13:07 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,7 +48,7 @@ int TestAllPrint(int, char *[]) std::string filename = gdcmDataImages[i]; gdcm::File file; - file.SetLoadMode( GDCM_LD_NOSEQ ); + file.SetLoadMode( gdcm::LD_NOSEQ ); file.SetFileName( filename ); file.Load(); //file.Print( std::cout ); //just for debug