From: vbd Date: Fri, 14 Sep 2007 09:13:01 +0000 (+0000) Subject: staffan : X-Git-Tag: trio_trio_coupling~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=02e242439f10ddef20c007a0143428fe9a46b548;p=tools%2Fmedcoupling.git staffan : * simple bug fix --- diff --git a/src/INTERP_KERNEL/Test/PerfTest.cxx b/src/INTERP_KERNEL/Test/PerfTest.cxx index d847f6fe4..5c921631d 100644 --- a/src/INTERP_KERNEL/Test/PerfTest.cxx +++ b/src/INTERP_KERNEL/Test/PerfTest.cxx @@ -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 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 MeshTestToolkit::countNumberOfMatrixEntries(const IntersectionMatrix& m) + std::pair countNumberOfMatrixEntries(const IntersectionMatrix& m) { int numElems = 0;