]> Creatis software - bbtk.git/commitdiff
box VectorFilterString with EraseDuplicateLines option
authorEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Fri, 3 Mar 2023 14:35:43 +0000 (15:35 +0100)
committerEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Fri, 3 Mar 2023 14:35:43 +0000 (15:35 +0100)
packages/std/src/bbstdVectorFilterString.cxx

index 19953563937501163d5efc1e3a603583311855a5..d4a9c9d0d0c49b11d136670efc1493ccf0914ecf 100644 (file)
@@ -371,7 +371,7 @@ void VectorFilterString::EraseDuplicateLines()
                 int size=0;
                 if (bbGetInputType()==8) { size = pLstVec.size(); }
                 if (bbGetInputType()==9) { size = 1;              }
-                for (iLine=0 ; iLine < (*pLstVec[0]).size() ; iLine++ )
+                for (iLine=1 ; iLine < (*pLstVec[0]).size() ; iLine++ )
                 {
                     okLine=false;
 //                    for ( ipLstvec2=0 ; ipLstvec2<pLstVec.size() ; ipLstvec2++)
@@ -407,8 +407,7 @@ void VectorFilterString::EraseDuplicateLines()
 
 
 void VectorFilterString::Process()
-{
-
+{      
 // THE MAIN PROCESSING METHOD BODY
 //   Here we simply set the input 'In' value to the output 'Out'
 //   And print out the output value