X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FPerfTest.cxx;h=4083addb386e95ccde0fe95cf9d4d91c653d4060;hb=8411b13fec372c7635bf04d2bb81a869dc038fdd;hp=1a7f7c9b5fc119b78599517818f67476f643b5e2;hpb=e0c843a1fe827a90af91ada8d2033ffb3a7dd1d8;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/PerfTest.cxx b/src/INTERP_KERNELTest/PerfTest.cxx index 1a7f7c9b5..4083addb3 100644 --- a/src/INTERP_KERNELTest/PerfTest.cxx +++ b/src/INTERP_KERNELTest/PerfTest.cxx @@ -30,7 +30,6 @@ #include /** - * \file PerfTest.cxx * Test program which takes two meshes and calculates their intersection matrix. * * USAGE : PerfTest mesh1 mesh2 @@ -81,7 +80,7 @@ namespace INTERP_TEST Interpolation3D interpolator; interpolator.interpolateMeshes(sMesh_wrapper, tMesh_wrapper,m,"P0P0"); - std::pair eff = countNumberOfMatrixEntries(m); +// std::pair eff = countNumberOfMatrixEntries(m); // LOG(1, eff.first << " of " << numTargetElems * numSrcElems << " intersections calculated : ratio = " // << double(eff.first) / double(numTargetElems * numSrcElems)); LOG(1, eff.second << " non-zero elements of " << eff.first << " total : filter efficiency = "