Skip to content
Snippets Groups Projects
Commit 6cd8f557 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Emi - I'm reverting this, as it breaks many existing geometries

parent a257565e
No related branches found
No related tags found
No related merge requests found
......@@ -3504,10 +3504,12 @@ void sortEdgesInLoop(int num, List_T *edges)
for(int i = 0; i < List_Nbr(temp); i++) {
c2 = *(Curve **)List_Pointer(temp, i);
//reverse loop if not ordered correctly !
/*
if (c1->end == c2->end){
Curve *c2R = CreateReversedCurve(c2);
c2 = c2R;
}
*/
if(c1->end == c2->beg) {
List_Add(edges, &c2->Num);
List_PSuppress(temp, i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment