]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
staffan :
authorvbd <vbd>
Fri, 14 Sep 2007 09:13:01 +0000 (09:13 +0000)
committervbd <vbd>
Fri, 14 Sep 2007 09:13:01 +0000 (09:13 +0000)
* simple bug fix

src/INTERP_KERNEL/Test/PerfTest.cxx

index d847f6fe42b86e9b65c4a05dfc3ccf0d87f8f47f..5c921631d2b86514e4a6c09ba74ffa4d4d4808d3 100644 (file)
@@ -1,6 +1,7 @@
 #include "Interpolation3D.hxx"
 #include "MeshTestToolkit.hxx"
 #include "Log.hxx"
+#include "VectorUtils.hxx"
 
 #include "MEDMEM_Mesh.hxx"
 
@@ -81,7 +82,7 @@ namespace INTERP_TEST
      * @return  pair<int, int> containing as its first element the number of elements in m and as its second element the
      *                         number these which are non-zero
      */
-    std::pair<int,int> MeshTestToolkit::countNumberOfMatrixEntries(const IntersectionMatrix& m)
+    std::pair<int,int> countNumberOfMatrixEntries(const IntersectionMatrix& m)
     {
       
       int numElems = 0;