]> Creatis software - bbtk.git/commitdiff
Clean code
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 5 May 2021 18:20:56 +0000 (20:20 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Wed, 5 May 2021 18:20:56 +0000 (20:20 +0200)
packages/std/src/bbstdVectorFilterDouble.cxx

index 59f0fe17abb3d45b0968676330a3441c440db4ce..88370e28fa392ebd62d14121e3afddb1f0a6323d 100644 (file)
@@ -345,12 +345,11 @@ void VectorFilterDouble::Process()
        } // Type 9
 
 
-       if (bbGetInputType()==10)   // Invert vectors
+       if (bbGetInputType()==10)   // Nearest point in vector
        {
                int     sizeLstX        =       In0.size();   // lstX
                int     sizeLstY        =       In1.size();   // lstY
                int     sizeLstZ        =       In2.size();   // lstZ
-               printf("EED Warnning VectorFilterDouble::Process() %d  %d  %d  %d\n", sizeLstX,sizeLstY,sizeLstZ,In3.size() );
                if ( (sizeLstX==sizeLstY) && (sizeLstY==sizeLstZ) && (sizeLstX>0) && (In3.size()==3) )
                {
                        int i;