]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorvbd <vbd>
Tue, 12 Feb 2008 13:02:35 +0000 (13:02 +0000)
committervbd <vbd>
Tue, 12 Feb 2008 13:02:35 +0000 (13:02 +0000)
src/INTERP_KERNEL/TransformedTriangle.hxx

index 855f7171a81d2e685be880f94cf47a01e4f46f98..14e54fc00d702c36922394abd933cec4bf21587f 100644 (file)
@@ -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.