]> Creatis software - creaVtk.git/commitdiff
2217 creaVtk Support New Normal Correction of Heart Angles Box
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 19 Dec 2013 13:38:33 +0000 (14:38 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 19 Dec 2013 13:38:33 +0000 (14:38 +0100)
lib/creaVtk/creaVtkHeartAngles.cpp

index 790b24cc10b429ac66657aea5a95bf2d26f4a92c..26de410e8144af06499eac2b2591b01fbaba2e21 100644 (file)
@@ -236,7 +236,7 @@ std::cout << "CFT creaVtkHeartAngles::calculateImages Start"<<std::endl;
 
                double* vecProj;
                vecProj = vectorProjection (Nx, Ny, Nz, p1, p2, p3);
-                       //std::cout << " vecProj[0]: " << vecProj[0] << " vecProj[1]: " << vecProj[1] <<" vecProj[2]: " << vecProj[2] << std::endl;                     
+                       //std::cout << " vecProj[0]: " << vecProj[0] << " vecProj[1]: " << vecProj[1] <<" vecProj[2]: " << vecProj[2] << std::endl;                     
                        a = alpha (Px, Py, Pz, 
                                                           p1, p2, p3, 
                                                           vecProj[0], vecProj[1], vecProj[2]);