]> Creatis software - clitk.git/commitdiff
Removed mat file from experimental
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 2 Feb 2016 09:51:03 +0000 (10:51 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 2 Feb 2016 09:51:03 +0000 (10:51 +0100)
common/vvImageReader.txx

index 3ef04c6e0487f9b6bcec51e294e4f3075a6032e0..02b2193367dd2d7b3107e286dfccc3d32fc946ee 100644 (file)
@@ -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();
   }