From: tbaudier Date: Wed, 4 Oct 2017 09:20:35 +0000 (+0200) Subject: Add ; X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=aa6dd5f370bd31c3e7aaea6147901f4031a15eca;p=clitk.git Add ; --- diff --git a/common/vvImage.cxx b/common/vvImage.cxx index 9bed494..48f2e1f 100644 --- a/common/vvImage.cxx +++ b/common/vvImage.cxx @@ -281,7 +281,7 @@ std::vector< std::vector > vvImage::GetDirection() #if VTK_MAJOR_VERSION <= 6 direction1.push_back((*matrix)[i][j]); #else - direction1.push_back((*matrix).GetElement(i,j)) + direction1.push_back((*matrix).GetElement(i,j)); #endif } direction0.push_back(direction1);