From: BenoƮt Presles Date: Fri, 6 Apr 2012 13:33:19 +0000 (+0200) Subject: unsigned int correction X-Git-Tag: v1.4.0~281^2~15^2~13 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3cd982d159527ba4134977861182883223fc6b80;hp=2acecbfe85d91e3e226a92348e606c1e20ae8d12;p=clitk.git unsigned int correction --- diff --git a/vv/vvImageContour.cxx b/vv/vvImageContour.cxx index e89f84b..8136248 100644 --- a/vv/vvImageContour.cxx +++ b/vv/vvImageContour.cxx @@ -160,7 +160,7 @@ void vvImageContour::SetDepth(double d) int orientation = ComputeCurrentOrientation(); position[orientation] = -mDepth; - for(uint i=0; iSetPosition(position); } //------------------------------------------------------------------------------