From f1e7cef978adab34fe243cf8b20aa6c94f63aa41 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 2 Feb 2007 23:53:04 +0000
Subject: [PATCH] *** empty log message ***

---
 Mesh/meshGFace.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp
index 0b93c63c32..d2b58d61a6 100644
--- a/Mesh/meshGFace.cpp
+++ b/Mesh/meshGFace.cpp
@@ -1,4 +1,4 @@
-// $Id: meshGFace.cpp,v 1.58 2007-02-02 23:51:40 geuzaine Exp $
+// $Id: meshGFace.cpp,v 1.59 2007-02-02 23:53:04 geuzaine Exp $
 //
 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 //
@@ -839,11 +839,11 @@ bool gmsh2DMeshGenerator ( GFace *gf )
 	}
     }
 
-    char name[245];
-    sprintf(name,"param%d.pos",gf->tag());
-    outputScalarField(m->triangles, name,1);
-    sprintf(name,"real%d.pos",gf->tag());
-    outputScalarField(m->triangles, name,0);
+//     char name[245];
+//     sprintf(name,"param%d.pos",gf->tag());
+//     outputScalarField(m->triangles, name,1);
+//     sprintf(name,"real%d.pos",gf->tag());
+//     outputScalarField(m->triangles, name,0);
   // fill the small gmsh structures
 
   {
-- 
GitLab