]> Creatis software - creaVtk.git/commitdiff
Clean code
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Thu, 6 Oct 2022 09:26:14 +0000 (11:26 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Thu, 6 Oct 2022 09:26:14 +0000 (11:26 +0200)
bbtk_creaVtk_PKG/src/bbcreaVtkMeshDeformation.cxx

index 865a6fae82f8b9c352c2b34c0ef45908e14e2055..64febafa88456256fcc750fed63793a4fc19f49b 100644 (file)
@@ -48,9 +48,6 @@ void MeshDeformation::Process()
 
     if ( (bbGetInputIn()!=NULL) && (ok==true) && (bbGetInputEdgeId()>=0) && (bbGetInputActive()==true) )
     {
-
-        printf(" EED MeshDeformation::Process   %ld   %ld  -   %f %f %f \n", EdgeIdBack, bbGetInputEdgeId() , lstCenter[0],lstCenter[1],lstCenter[2] );
-
         vtkPoints* points=bbGetInputIn()->GetPoints();
         long    i,size=points->GetNumberOfPoints();
         double  p[3];  // point