From 4047a8adb54bc17409b6bf78bad015a9d0256c30 Mon Sep 17 00:00:00 2001 From: Hang Si <si@wias-berlin.de> Date: Sun, 16 Feb 2014 22:39:01 +0000 Subject: [PATCH] updated meshGRegionBoundaryRecovery.cpp --- Mesh/meshGRegionBoundaryRecovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh/meshGRegionBoundaryRecovery.cpp b/Mesh/meshGRegionBoundaryRecovery.cpp index 9fd5d50c4f..02f4c8f596 100644 --- a/Mesh/meshGRegionBoundaryRecovery.cpp +++ b/Mesh/meshGRegionBoundaryRecovery.cpp @@ -14009,7 +14009,7 @@ void meshGRegionBoundaryRecovery::outsurfacemesh(const char* mfilename) if ((in->firstnumber == 1) && (firstindex == 0)) { shift = 1; // Shift the output indices by 1. } - fprintf(outfile, "0 3 0 0\n", subfaces->items); + fprintf(outfile, "0 3 0 0\n"); fprintf(outfile, "%ld 1\n", subfaces->items); subfaces->traversalinit(); faceloop.sh = shellfacetraverse(subfaces); -- GitLab