X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.cxx;h=2442edf0125d90c276e1b00dc657661ebab304d0;hb=e785350bf905bcac85e241f9cf9f07d03eae345d;hp=3193f55406b763bafb89817c03037a80b2853dce;hpb=43cf193ac4e7395e1406e1867d76a6125c257a8b;p=gdcm.git diff --git a/src/gdcmFile.cxx b/src/gdcmFile.cxx index 3193f554..2442edf0 100644 --- a/src/gdcmFile.cxx +++ b/src/gdcmFile.cxx @@ -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; }