X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNELTest%2FPerfTest.cxx;h=0d93ce6462139785a3724abc97ca9e08aa00ae81;hb=1b5fb5650409b0ad3a61da3215496f2adf2dae02;hp=1a7f7c9b5fc119b78599517818f67476f643b5e2;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNELTest/PerfTest.cxx b/src/INTERP_KERNELTest/PerfTest.cxx index 1a7f7c9b5..0d93ce646 100644 --- a/src/INTERP_KERNELTest/PerfTest.cxx +++ b/src/INTERP_KERNELTest/PerfTest.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2020 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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 = "