X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FvvImageReader.txx;h=02b2193367dd2d7b3107e286dfccc3d32fc946ee;hb=ff84dae892027cd138b89b031c9d04eb520b2e51;hp=3ef04c6e0487f9b6bcec51e294e4f3075a6032e0;hpb=cf891024f9fed4d9ee3eabf13f2114a1d724df43;p=clitk.git diff --git a/common/vvImageReader.txx b/common/vvImageReader.txx index 3ef04c6..02b2193 100644 --- a/common/vvImageReader.txx +++ b/common/vvImageReader.txx @@ -60,7 +60,7 @@ void vvImageReader::UpdateWithDim(std::string InputPixelType) else std::cerr << "Error, input pixel type : " << InputPixelType << " unknown !" << std::endl; - if (CLITK_EXPERIMENTAL && mLastError.size()==0) { + if (mLastError.size()==0) { //ReadNkiImageTransform(); ReadMatImageTransform(); }