From 55fc70102c980b62b45bda24ac8969584a253bd8 Mon Sep 17 00:00:00 2001 From: ndjinga Date: Wed, 16 Apr 2008 07:12:49 +0000 Subject: [PATCH] Added comment --- src/INTERP_KERNEL/PlanarIntersector.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2