]> Creatis software - clitk.git/commitdiff
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk into VTK6_Qt5
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 18 Feb 2016 06:38:49 +0000 (07:38 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Thu, 18 Feb 2016 06:38:49 +0000 (07:38 +0100)
common/vvImageReader.txx

index 551f1139691d31eb944a721741a740a18644a3dd..a797bf465bb9f0c9103aac948bbdab4586e5ba65 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();
   }