X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexGC.cxx;h=9e1d4c48aff2b02ef5e14b9dbd1fdda07bc931fd;hb=2039f4b8512f86134db9c85ea3d4645c3b8ab191;hp=6cff2a3b8be576253c337fd78af25e1a28a262b4;hpb=9cd51041e87ba178719523a35ef7ad823924cbf6;p=gdcm.git diff --git a/Example/exGC.cxx b/Example/exGC.cxx index 6cff2a3b..9e1d4c48 100644 --- a/Example/exGC.cxx +++ b/Example/exGC.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exGC.cxx,v $ Language: C++ - Date: $Date: 2005/07/19 15:19:25 $ - Version: $Revision: 1.6 $ + Date: $Date: 2005/08/30 15:13:06 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) std::cout << argv[1] << std::endl; gdcm::File *f = new gdcm::File(); - f->SetLoadMode( 0x00000000); + f->SetLoadMode( gdcm::LD_ALL); f->SetFileName( fileName ); bool res = f->Load();