]> Creatis software - creaVtk.git/commitdiff
Clean code
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 30 Mar 2022 12:35:22 +0000 (14:35 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 30 Mar 2022 12:35:22 +0000 (14:35 +0200)
bbtk_creaVtk_PKG/src/bbcreaVtkTransformVector.cxx

index 730b9db09f4d8e4599b6882fb81300cb4155cc5f..3c2ca3df4a0cf8d7e59ef9c7ca5463692447249a 100644 (file)
@@ -40,8 +40,6 @@ void TransformVector::Process()
        std::vector<double> yVec;
        std::vector<double> zVec;
 
-printf("TransformVector::Process  START\n" );
-       
        bool ok=true;
        if ((XSize!=YSize) || (XSize!=ZSize) )
        {
@@ -76,9 +74,6 @@ printf("TransformVector::Process  START\n" );
        bbSetOutputOutX(xVec);
        bbSetOutputOutY(yVec);
        bbSetOutputOutZ(zVec);
-
-printf("TransformVector::Process  END\n" );
-
 }
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)