From dc28f99e99f343f03542930f0dcce343d10783d6 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 19 May 2004 04:03:51 +0000 Subject: [PATCH] pretty print --- Geo/ExtractContour.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Geo/ExtractContour.cpp b/Geo/ExtractContour.cpp index 774d937fde..9ce767b880 100644 --- a/Geo/ExtractContour.cpp +++ b/Geo/ExtractContour.cpp @@ -1,4 +1,4 @@ -// $Id: ExtractContour.cpp,v 1.2 2004-05-19 03:56:08 geuzaine Exp $ +// $Id: ExtractContour.cpp,v 1.3 2004-05-19 04:03:51 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -275,12 +275,10 @@ int allFacesLinked(int fac, List_T * faces) Curve *c; List_Read(s->Generatrices, k, &c); int ic = abs(c->Num); - if(!Tree_Search(edges, &ic)) { + if(!Tree_Search(edges, &ic)) Tree_Add(edges, &ic); - } - else { + else Tree_Suppress(edges, &ic); - } } } -- GitLab