From: ndjinga Date: Wed, 16 Apr 2008 07:12:49 +0000 (+0000) Subject: Added comment X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=55fc70102c980b62b45bda24ac8969584a253bd8;p=tools%2Fmedcoupling.git Added comment --- diff --git a/src/INTERP_KERNEL/PlanarIntersector.hxx b/src/INTERP_KERNEL/PlanarIntersector.hxx index 6863927db..389f27f67 100644 --- a/src/INTERP_KERNEL/PlanarIntersector.hxx +++ b/src/INTERP_KERNEL/PlanarIntersector.hxx @@ -16,7 +16,7 @@ namespace INTERP_KERNEL PlanarIntersector(double dimCaracteristic, double precision, double medianPlane, bool doRotate, int printLevel); virtual ~ PlanarIntersector() { } - //Tool for cell intersection + //Tool for cell intersection, result is always positive virtual double intersectCells(int icell_A, int icell_B, int nb_NodesA, int nb_NodesB) = 0; //Tool for cell filtering