]> Creatis software - clitk.git/commitdiff
Add ;
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 4 Oct 2017 09:20:35 +0000 (11:20 +0200)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Wed, 4 Oct 2017 09:20:35 +0000 (11:20 +0200)
common/vvImage.cxx

index 9bed494922a99f3c285e37b0aada061676255d4f..48f2e1fd94507e30b4102d979b04a80e0a71cc85 100644 (file)
@@ -281,7 +281,7 @@ std::vector< std::vector<double> > 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);