From: tbaudier <thomas.baudier@creatis.insa-lyon.fr>
Date: Fri, 19 Feb 2016 10:23:45 +0000 (+0100)
Subject: Debug the use of transformation matrix .mat
X-Git-Tag: v1.4.0~54
X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=10a10f801f12d2cea51dd564a67003971ad66269;p=clitk.git

Debug the use of transformation matrix .mat
---

diff --git a/vv/vvSlicer.cxx b/vv/vvSlicer.cxx
index 22a2c73..2729bd6 100644
--- a/vv/vvSlicer.cxx
+++ b/vv/vvSlicer.cxx
@@ -384,7 +384,7 @@ void vvSlicer::SetImage(vvImage::Pointer image)
     mImageReslice->GetOutput()->SetUpdateExtent(extent);
     mImageReslice->GetOutput()->Update();
 #else
-    mImageReslice->SetUpdateExtent(extent);
+    //mImageReslice->SetUpdateExtent(extent);
     mImageReslice->Update();
 #endif