Salome HOME
Start debugging 3D interpolation error on OCTA12 in target mesh
authorageay <ageay>
Thu, 1 Aug 2013 10:42:00 +0000 (10:42 +0000)
committerageay <ageay>
Thu, 1 Aug 2013 10:42:00 +0000 (10:42 +0000)
src/INTERP_KERNEL/SplitterTetra.txx

index 573f07f2abbd19bd287b8e88cbb3807b667fef77..8364bb1b4a5782d9a547cf9e7cf820c0c47d7e31 100644 (file)
@@ -527,10 +527,7 @@ namespace INTERP_KERNEL
               counter++;
             }
         }
-      if (counter == 3)
-        return true;
-      else
-        return false;
+      return counter == 3;
   }
 
   /**
@@ -590,9 +587,6 @@ namespace INTERP_KERNEL
         const int globalNodeNum = polyNodes[i];
         if(_nodes.find(globalNodeNum) == _nodes.end())
           {
-            //for(HashMap< int , double* >::iterator iter3=_nodes.begin();iter3!=_nodes.end();iter3++)
-            //  std::cout << (*iter3).first << " ";
-            //std::cout << std::endl << "*** " << globalNodeNum << std::endl;
             calculateNode2(globalNodeNum, polyCoords[i]);
           }