From a454480d8039c2534e4a9b0e520fc15e358fbe02 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 Apr 2014 14:57:03 +0000 Subject: [PATCH] credit Hang Si --- Mesh/meshGRegionBoundaryRecovery.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 407adb5e11..48bb13e6f4 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -2,6 +2,8 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to the public mailing list <gmsh@geuz.org>. +// +// Contributed by Hang Si #include <stdio.h> #include <math.h> @@ -13983,7 +13985,7 @@ void meshGRegionBoundaryRecovery::outsurfacemesh(const char* mfilename) pointloop[0], pointloop[1], pointloop[2]); fprintf(outfile, "\n"); pointloop = pointtraverse(); - pointnumber++; + pointnumber++; } fclose(outfile); @@ -15166,7 +15168,7 @@ if (1) { assert(parentseg.sh != NULL); l_edges.insert(shellmark(parentseg)); // Get the GEdge containing this vertex. - GEdge *ge = NULL; + GEdge *ge = NULL; GFace *gf = NULL; int etag = shellmark(parentseg); for (std::list<GEdge*>::iterator it = e_list.begin(); -- GitLab