From: Eduardo DAVILA Date: Wed, 14 Sep 2016 11:00:28 +0000 (+0200) Subject: #3015 creaVtk Bug New Normal - In box ReadMHDPlane, Error:end application, when... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaVtk.git;a=commitdiff_plain;h=10e31d8e12d78d664924d7cb2f9cd728c7b7970f #3015 creaVtk Bug New Normal - In box ReadMHDPlane, Error:end application, when the raw file not exist --- diff --git a/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx b/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx index 58486f2..f17bc9d 100644 --- a/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx +++ b/bbtk_creaVtk_PKG/src/bbcreaVtkReadMHDPlane.cxx @@ -225,7 +225,6 @@ void ReadMHDPlane::Read64lseek() char strTmp[30]; char strTmp2[30]; FILE *ffIn = fopen(bbGetInputFileName().c_str(),"r"); -printf("EED ReadMHDPlane::Read64lseek filename %s %p\n", bbGetInputFileName().c_str(), ffIn ); long long dataSize; if (ffIn!=NULL)