X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllPrint.cxx;h=6755e871203c43b8225f7c5da19b487b3332f2d2;hb=7a6f4850521b56e6b907cb8c7938471898613fa4;hp=983c09eb909fa6959730606b8dac9e25cf353b56;hpb=e30768c5d2c9057ca9be9bdb2d12ff1eb1384539;p=gdcm.git diff --git a/Testing/TestAllPrint.cxx b/Testing/TestAllPrint.cxx index 983c09eb..6755e871 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/07/02 22:51:04 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/07/08 13:39:56 $ + 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 @@ -49,9 +49,9 @@ int TestAllPrint(int, char *[]) gdcm::File file; file.SetLoadMode( NO_SEQ ); - file.Load(filename); + file.SetFileName( filename ); + file.Load(); //file.Print( std::cout ); //just for debug - i++; } return 0;