From 6dc9ebd367997ef23df45e7ce5933645011377ab Mon Sep 17 00:00:00 2001 From: vbd Date: Tue, 12 Feb 2008 13:02:35 +0000 Subject: [PATCH] *** empty log message *** --- src/INTERP_KERNEL/TransformedTriangle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/TransformedTriangle.hxx b/src/INTERP_KERNEL/TransformedTriangle.hxx index 855f7171a..14e54fc00 100644 --- a/src/INTERP_KERNEL/TransformedTriangle.hxx +++ b/src/INTERP_KERNEL/TransformedTriangle.hxx @@ -73,7 +73,7 @@ namespace INTERP_KERNEL * For the other two halfstrips (above the xy and yz edges), other double products are used, which * are stored in the table DP_FOR_HALFSTRIP_INTERSECTION. This allows us to treat * all the edges equally, avoiding switch() - statements. It is the careful choice of order of the enumeration types that makes this - * possible. Notably, there is a correspondance between the TetraEdge type and the DoubleProduct type (see Grandy, tatble III) that + * possible. Notably, there is a correspondance between the TetraEdge type and the DoubleProduct type (see Grandy, table III) that * is used throughout the code, permitting statements such as DoubleProduct(some_edge) to work. * When an intersection point has been detected it is calculated with a corresponding calc* - method in the cases where it * is not known directly. It is then added to the polygon A and/or B as necessary. -- 2.39.2