]> Creatis software - clitk.git/commitdiff
Add initialisation to avoid warning
authordsarrut <david.sarrut@gmail.com>
Tue, 12 Jul 2011 06:11:29 +0000 (08:11 +0200)
committerdsarrut <david.sarrut@gmail.com>
Tue, 12 Jul 2011 06:11:29 +0000 (08:11 +0200)
itk/itkRayCastInterpolateImageFunctionWithOrigin.txx

index 7a58c052496c9524a58490e2ec2679b8c5497f40..72dcc3109611b5259ded1f59f8bc30833430e783 100644 (file)
@@ -498,6 +498,9 @@ RayCastHelper<TInputImage, TCoordRep>
 {
   double maxInterDist, interDist;
   double cornerVect[4][3];
+  for(uint i=0; i<4; i++)
+    for(uint j=0; j<3; j++)
+      cornerVect[i][j] = 0.0; // to avoid warning
   int cross[4][3], noInterFlag[6];
   int nSidesCrossed, crossFlag, c[4];
   double ax, ay, az, bx, by, bz;