From ff84dae892027cd138b89b031c9d04eb520b2e51 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 2 Feb 2016 10:51:03 +0100 Subject: [PATCH] Removed mat file from experimental --- common/vvImageReader.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.47.1