From aa6dd5f370bd31c3e7aaea6147901f4031a15eca Mon Sep 17 00:00:00 2001 From: tbaudier Date: Wed, 4 Oct 2017 11:20:35 +0200 Subject: [PATCH] Add ; --- common/vvImage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.1