]> Creatis software - gdcm.git/blobdiff - src/gdcmFile.cxx
* FIX : bug fix in the gdcmDirList for the recursivity in directories
[gdcm.git] / src / gdcmFile.cxx
index 3193f55406b763bafb89817c03037a80b2853dce..2442edf0125d90c276e1b00dc657661ebab304d0 100644 (file)
@@ -651,8 +651,8 @@ bool gdcmFile::WriteBase (std::string fileName, FileType type) {
    FILE * fp1;
    
    if (PixelRead==-1 && type != DICOMDIR) {
-      std::cout << "U never Read the pixels; U cannot write the file" 
-                << std::endl;
+/*      std::cout << "U never Read the pixels; U cannot write the file" 
+                << std::endl;*/
       return false;               
    }