diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 9075defe56ad2ca2073ee8c77c819569a8907df3..64e16fcc12004344a29be18e5666315e8f8ba36b 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -2901,13 +2901,12 @@ static void MaxNumSurface(void *a, void *b) static void ReplaceDuplicatePoints() { - // FIXME: This routine is in fact logically wrong (the - // compareTwoPoints function used in the avl tree is not a - // appropriate comparison function). The fix is simple (use a multi - // dimensional tree, e.g., MVertexPositionSet), but fixing the - // routine would break backward compatibility with old .geo - // files. This will be fixed in the new abstract GModel CAD creation - // routines. + // FIXME: This routine is in fact logically wrong (the compareTwoPoints + // function used in the avl tree is not a appropriate comparison + // function). The fix is simple (use a multi dimensional tree, e.g., + // MVertexPositionSet), but fixing the routine would break backward + // compatibility with old .geo files. This will be fixed in the new abstract + // GModel CAD creation routines. Vertex *v, *v2, **pv, **pv2; Curve *c; Surface *s;