{
printf("EED VectorFilterString::Process WARNING! vectors are not of the same size.\n");
} else {
- int iLine;
- int ipLstvec2;
- bool okLine;
- int size=0;
+ int iLine;
+ int ipLstvec2;
+ bool okLine;
+ int size = 0;
if (bbGetInputType()==8) { size = pLstVec.size(); }
if (bbGetInputType()==9) { size = 1; }
for (iLine=1 ; iLine < (*pLstVec[0]).size() ; iLine++ )
tmp2=(*pLstVec[ipLstvec2])[iLine-1];
if ( tmp1.compare(tmp2)!=0 ) { okLine=true; }
} // for ipLstVec2
- if ( (okLine==true) || (iLine==0) )
+ if ( (okLine==true) || (iLine==1) )
{
for (ipLstvec2=0 ; ipLstvec2<pLstVec.size() ; ipLstvec2++)
{