From 2e267f7c63359f5dcfc930b06d2a7662a044624a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 16 Jan 2007 16:58:34 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/meshGFace.cpp | 8 ++++---- doc/VERSIONS | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Mesh/meshGFace.cpp b/Mesh/meshGFace.cpp index 6c729257e3..c3fcd0c80a 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 78d35ac6f8..83b2257e4c 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 -- GitLab