]> Creatis software - gdcm.git/blobdiff - Example/TestWrite.cxx
* gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
[gdcm.git] / Example / TestWrite.cxx
index 402f7c684298e0e5e71e2be4753407dd3ea8f1cd..bbdf452f22b81704f8f88318fa6f3e3726f004de 100644 (file)
@@ -46,7 +46,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;