]> Creatis software - gdcm.git/blobdiff - Testing/TestAllPrint.cxx
* Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
[gdcm.git] / Testing / TestAllPrint.cxx
index 6755e871203c43b8225f7c5da19b487b3332f2d2..833516ca9a4c78ef8c2c0d1b6b356b9904cd0171 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestAllPrint.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/07/08 13:39:56 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/08/30 14:40:30 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,7 +48,7 @@ int TestAllPrint(int, char *[])
       std::string filename = gdcmDataImages[i];
 
       gdcm::File file;
-      file.SetLoadMode( NO_SEQ );
+      file.SetLoadMode( GDCM_LD_NOSEQ );
       file.SetFileName( filename );
       file.Load();
       //file.Print( std::cout ); //just for debug