diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 6c729257e3297befe70af72db97abb375b88eac5..c3fcd0c80a68cba9d1d31e0c8a56fae13a57715b 100644 --- a/Mesh/meshGFace.cpp +++ b/Mesh/meshGFace.cpp @@ -1,4 +1,4 @@ -// $Id: meshGFace.cpp,v 1.49 2007-01-16 14:19:31 remacle Exp $ +// $Id: meshGFace.cpp,v 1.50 2007-01-16 16:56:25 geuzaine Exp $ // // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // @@ -1200,9 +1200,9 @@ bool gmsh2DMeshGeneratorPeriodic ( GFace *gf ) free (doc.points); free (doc.delaunay); - char name[245]; - sprintf(name,"param%d.pos",gf->tag()); - outputScalarField(m->triangles, name,1); + //char name[245]; + //sprintf(name,"param%d.pos",gf->tag()); + //outputScalarField(m->triangles, name,1); // Recover the boundary edges diff --git a/doc/VERSIONS b/doc/VERSIONS index 78d35ac6f852800128dae3e06487890227a4d724..83b2257e4c06b6b09e88d17a1980d1b4db6f4751 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,16 +1,16 @@ -$Id: VERSIONS,v 1.370 2007-01-08 16:42:42 geuzaine Exp $ +$Id: VERSIONS,v 1.371 2007-01-16 16:58:34 geuzaine Exp $ 2.0: new geometry and mesh databases, with support for STEP and IGES input via OpenCascade; complete rewrite of geometry and mesh drawing code; complete rewrite of mesh I/O layer (with new native binary MSH format and support for import/export of I-deas UNV, Nastran BDF, STL, Medit MESH and VRML 1.0 files); added support for incomplete second -order elements; new 2D mesh algorithm; removed anisotropic algorithm -(as well as attractors); removed explicit region number specification -in extrusions; option changes in the graphical interface are now -applied instantaneously; added support for offscreen rendering using -OSMesa; added support for SVG output; added string labels for Physical -entities; lots of other improvements all over the place. +order elements; new default 2D mesh algorithm; removed anisotropic +algorithm (as well as attractors); removed explicit region number +specification in extrusions; option changes in the graphical interface +are now applied instantaneously; added support for offscreen rendering +using OSMesa; added support for SVG output; added string labels for +Physical entities; lots of other improvements all over the place. 1.65 (May 15, 2006): new Plugin(ExtractEdges); fixed compilation errors with gcc4.1; replaced Plugin(DisplacementRaise) and