]> Creatis software - gdcm.git/blobdiff - Example/Write.cxx
* gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
[gdcm.git] / Example / Write.cxx
index 5f716bdbea58326166e8d764e8080e024602bc50..43e376870c193c597def1025a3378e7279d475bc 100644 (file)
@@ -45,7 +45,7 @@ int main(int argc, char* argv[])
      
    toto = argv[1]; 
 
-   e1 = new gdcmHeader( toto.c_str(), false );
+   e1 = new gdcmHeader( toto.c_str() );
    if (!e1->IsReadable()) {
        std::cerr << "Sorry, not a Readable DICOM / ACR File"  <<std::endl;
        return 0;