Skip to content
Snippets Groups Projects
Commit 8314deb2 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

*** empty log message ***

parent 3ac2499b
Branches
Tags
No related merge requests found
// $Id: meshGFace.cpp,v 1.62 2007-03-02 09:20:21 remacle Exp $ // $Id: meshGFace.cpp,v 1.63 2007-03-02 09:55:01 remacle Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -849,9 +849,9 @@ bool gmsh2DMeshGenerator ( GFace *gf ) ...@@ -849,9 +849,9 @@ bool gmsh2DMeshGenerator ( GFace *gf )
m->recombineIntoQuads (gf->meshAttributes.recombineAngle,gf); m->recombineIntoQuads (gf->meshAttributes.recombineAngle,gf);
} }
} }
char name[245]; // char name[245];
sprintf(name,"param%d.pos",gf->tag()); // sprintf(name,"param%d.pos",gf->tag());
outputScalarField(m->triangles, name,1); // outputScalarField(m->triangles, name,1);
// sprintf(name,"real%d.pos",gf->tag()); // sprintf(name,"real%d.pos",gf->tag());
// outputScalarField(m->triangles, name,0); // outputScalarField(m->triangles, name,0);
// fill the small gmsh structures // fill the small gmsh structures
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment