From 2a9ce4bb8c36741c7f039cbd40cbf7d5a17d1cc0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 13 Aug 2008 17:59:12 +0000 Subject: [PATCH] *** empty log message *** --- Geo/MFace.cpp | 18 ------------------ Mesh/meshGFaceQuadrilateralize.cpp | 18 ------------------ Post/PView.cpp | 3 --- Post/adaptiveData.cpp | 19 ------------------- doc/texinfo/opt_mesh.texi | 5 +++++ doc/texinfo/opt_print.texi | 5 +++++ 6 files changed, 10 insertions(+), 58 deletions(-) diff --git a/Geo/MFace.cpp b/Geo/MFace.cpp index 98d3e0cfa9..ef4520f47e 100644 --- a/Geo/MFace.cpp +++ b/Geo/MFace.cpp @@ -2,24 +2,6 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. -// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems to <gmsh@geuz.org>. #include "MFace.h" diff --git a/Mesh/meshGFaceQuadrilateralize.cpp b/Mesh/meshGFaceQuadrilateralize.cpp index c4920b4ff0..28dc9b1152 100644 --- a/Mesh/meshGFaceQuadrilateralize.cpp +++ b/Mesh/meshGFaceQuadrilateralize.cpp @@ -2,24 +2,6 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. -// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems to <gmsh@geuz.org>. #include "meshGFaceQuadrilateralize.h" #include "Message.h" diff --git a/Post/PView.cpp b/Post/PView.cpp index f3e8893606..e8d7181d62 100644 --- a/Post/PView.cpp +++ b/Post/PView.cpp @@ -2,9 +2,6 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. -// -// Contributor(s): -// #include <string.h> #include <algorithm> diff --git a/Post/adaptiveData.cpp b/Post/adaptiveData.cpp index 3ffb9e3b79..1467b34221 100644 --- a/Post/adaptiveData.cpp +++ b/Post/adaptiveData.cpp @@ -2,25 +2,6 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. -// -// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -// USA. -// -// Please report all bugs and problems to <gmsh@geuz.org>. #include <math.h> #include <list> diff --git a/doc/texinfo/opt_mesh.texi b/doc/texinfo/opt_mesh.texi index 5270b218da..7168108e8a 100644 --- a/doc/texinfo/opt_mesh.texi +++ b/doc/texinfo/opt_mesh.texi @@ -504,6 +504,11 @@ Display volume mesh element numbers?@* Default value: @code{0}@* Saved in: @code{General.OptionsFileName} +@item Mesh.Voronoi +Display the voronoi diagram@* +Default value: @code{0}@* +Saved in: @code{General.OptionsFileName} + @item Mesh.ZoneDefinition Method for defining a zone (0=single zone, 1=by partition, 2=by physical)@* Default value: @code{2}@* diff --git a/doc/texinfo/opt_print.texi b/doc/texinfo/opt_print.texi index 0811ee07af..30e6e046a6 100644 --- a/doc/texinfo/opt_print.texi +++ b/doc/texinfo/opt_print.texi @@ -109,6 +109,11 @@ Save Rho quality measure in mesh statistics exported as post-processing views@* Default value: @code{0}@* Saved in: @code{General.OptionsFileName} +@item Print.PostDisto +Save Disto quality measure in mesh statistics exported as post-processing views@* +Default value: @code{0}@* +Saved in: @code{General.OptionsFileName} + @item Print.TexAsEquation Print all TeX strings as equations@* Default value: @code{0}@* -- GitLab