X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllReadCompareDicom.cxx;h=7a7ab5c6f4f79ba630bb947d523798702d42d610;hb=273cd97da5b40b59ad6bdde05a9e159af1d4165a;hp=72ee3cc765b1c32bb2f2768a2bc99011795b6a0f;hpb=c4fa2e74a4ce56a0a8db54e4a70d404bec9fc8dd;p=gdcm.git diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index 72ee3cc7..7a7ab5c6 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllReadCompareDicom.cxx,v $ Language: C++ - Date: $Date: 2005/08/30 14:40:30 $ - Version: $Revision: 1.46 $ + Date: $Date: 2005/08/30 15:13:07 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -399,7 +399,7 @@ int InternalTest(std::string const &filename, // new style gdcm::File *f = new gdcm::File(); - f->SetLoadMode ( GDCM_LD_ALL ); // Load everything + f->SetLoadMode ( gdcm::LD_ALL ); // Load everything f->SetFileName( filename ); f->Load();