X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllReadCompareDicom.cxx;h=7ed852ec505544a1fc3ed0521ff6fb06405cf758;hb=2d43f5c8ae2004242af2297ceb2926d81675548f;hp=3f1116581bcd9514ddfa5183842818246a99dbc1;hpb=5794c0f534c2d5dbf871766f3c7a7a0cc6c6118f;p=gdcm.git diff --git a/Testing/TestAllReadCompareDicom.cxx b/Testing/TestAllReadCompareDicom.cxx index 3f111658..7ed852ec 100644 --- a/Testing/TestAllReadCompareDicom.cxx +++ b/Testing/TestAllReadCompareDicom.cxx @@ -8,7 +8,7 @@ int InternalTest(std::string const & filename, std::string const & referenceFile { std::cout << " Testing: " << filename << std::endl; - gdcmFile* tested = new gdcmFile( filename ); + gdcm::File* tested = new gdcm::File( filename ); if( !tested->GetHeader()->IsReadable() ) { std::cout << " Image not gdcm compatible:" @@ -44,7 +44,7 @@ int InternalTest(std::string const & filename, std::string const & referenceFile ////// When reference file is not gdcm readable test is failed: - gdcmFile* reference = new gdcmFile( referenceFileName ); + gdcm::File* reference = new gdcm::File( referenceFileName ); if( !reference->GetHeader()->IsReadable() ) { std::cout << " Reference image " << std::endl