X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexOverlaysACR.cxx;fp=Example%2FexOverlaysACR.cxx;h=01a0492aec9e5d4fbada2fa3074762380bcc3685;hb=c4fa2e74a4ce56a0a8db54e4a70d404bec9fc8dd;hp=257b11aa731ed6738c0dcc346b35cc4573309f24;hpb=8ba6105c39056bba295025f4b46d2cdf24dab792;p=gdcm.git diff --git a/Example/exOverlaysACR.cxx b/Example/exOverlaysACR.cxx index 257b11aa..01a0492a 100644 --- a/Example/exOverlaysACR.cxx +++ b/Example/exOverlaysACR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exOverlaysACR.cxx,v $ Language: C++ - Date: $Date: 2005/07/11 14:35:46 $ - Version: $Revision: 1.5 $ + Date: $Date: 2005/08/30 14:40:28 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -88,7 +88,7 @@ int main(int argc, char *argv[]) f = new gdcm::File( ); - f->SetLoadMode(NO_SEQ | NO_SHADOW); + f->SetLoadMode(GDCM_LD_NOSEQ | GDCM_LD_NOSHADOW); f->SetFileName( fileName ); bool res = f->Load();