X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllPrint.cxx;fp=Testing%2FTestAllPrint.cxx;h=6755e871203c43b8225f7c5da19b487b3332f2d2;hb=99527f7d2edc2714942c0837cb56ff333b9fbb92;hp=983c09eb909fa6959730606b8dac9e25cf353b56;hpb=b8e0590883fbaf04288c45cf1149ce1989e6e01f;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;