X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexPrintWritePrint.cxx;h=8a6ea7594a07cef8446d80f7707d3de652cae267;hb=9e28d2fada4642e5848b6ef609afcc24ce4799b4;hp=26e7ef528aa269adcedc07143a7020008d3f0915;hpb=b8e0590883fbaf04288c45cf1149ce1989e6e01f;p=gdcm.git diff --git a/Example/exPrintWritePrint.cxx b/Example/exPrintWritePrint.cxx index 26e7ef52..8a6ea759 100644 --- a/Example/exPrintWritePrint.cxx +++ b/Example/exPrintWritePrint.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exPrintWritePrint.cxx,v $ Language: C++ - Date: $Date: 2005/07/08 12:02:02 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/08/30 15:13:06 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -59,7 +59,7 @@ int main(int argc, char *argv[]) std::string mode = argv[2]; f = new gdcm::File( ); - f->SetLoadMode( NO_SEQ ); + f->SetLoadMode( gdcm::LD_NOSEQ ); f->SetFileName( fileName ); f->Load( );