From 02e242439f10ddef20c007a0143428fe9a46b548 Mon Sep 17 00:00:00 2001 From: vbd Date: Fri, 14 Sep 2007 09:13:01 +0000 Subject: [PATCH] staffan : * simple bug fix --- src/INTERP_KERNEL/Test/PerfTest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2