From: Simon Rit Date: Tue, 2 Feb 2016 09:51:03 +0000 (+0100) Subject: Removed mat file from experimental X-Git-Tag: v1.4.0~61^2^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ff84dae892027cd138b89b031c9d04eb520b2e51;p=clitk.git Removed mat file from experimental --- 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(); }