From 29130a0cc71e065c37d9c812915669d440697e0c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 23 Sep 2011 20:16:06 +0000 Subject: [PATCH] --- Geo/Cell.h | 7 +++++++ Mesh/Levy3D.cpp | 8 ++++++++ Mesh/Levy3D.h | 10 +++++++++- Mesh/meshGFaceLloyd.cpp | 8 ++++++++ Mesh/meshGRegionMMG3D.h | 5 +++++ Mesh/multiscalePartition.cpp | 8 ++++++++ Mesh/multiscalePartition.h | 3 +++ 7 files changed, 48 insertions(+), 1 deletion(-) diff --git a/Geo/Cell.h b/Geo/Cell.h index b9b9e22c55..07bbdb015a 100644 --- a/Geo/Cell.h +++ b/Geo/Cell.h @@ -1,3 +1,10 @@ +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. +// +// Contributed by Matti Pellikka <matti.pellikka@tut.fi>. + #ifndef _CELL_H_ #define _CELL_H_ diff --git a/Mesh/Levy3D.cpp b/Mesh/Levy3D.cpp index 7cb987009d..de952bea60 100755 --- a/Mesh/Levy3D.cpp +++ b/Mesh/Levy3D.cpp @@ -1,3 +1,11 @@ +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. +// +// Contributor(s): +// Tristan Carrier + #include "GmshConfig.h" #if defined(HAVE_BFGS) diff --git a/Mesh/Levy3D.h b/Mesh/Levy3D.h index d9ff73e5f3..8118deca98 100755 --- a/Mesh/Levy3D.h +++ b/Mesh/Levy3D.h @@ -1,3 +1,11 @@ +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. +// +// Contributor(s): +// Tristan Carrier + #include "SVector3.h" #include <list> #include "fullMatrix.h" @@ -183,4 +191,4 @@ class Wrap{ /*********functions*********/ bool inside_domain(MElementOctree*,double,double,double); -void call_back(const alglib::real_1d_array&,double&,alglib::real_1d_array&,void*); \ No newline at end of file +void call_back(const alglib::real_1d_array&,double&,alglib::real_1d_array&,void*); diff --git a/Mesh/meshGFaceLloyd.cpp b/Mesh/meshGFaceLloyd.cpp index 27aae49d74..897dd7fbc4 100644 --- a/Mesh/meshGFaceLloyd.cpp +++ b/Mesh/meshGFaceLloyd.cpp @@ -1,3 +1,11 @@ +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. +// +// Contributor(s): +// Tristan Carrier + #include <set> #include "meshGFaceLloyd.h" diff --git a/Mesh/meshGRegionMMG3D.h b/Mesh/meshGRegionMMG3D.h index 59c50d6c20..2567534d24 100644 --- a/Mesh/meshGRegionMMG3D.h +++ b/Mesh/meshGRegionMMG3D.h @@ -1,3 +1,8 @@ +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. + #ifndef _MESHGREGIONMMG3D_H_ #define _MESHGREGIONMMG3D_H_ class GRegion; diff --git a/Mesh/multiscalePartition.cpp b/Mesh/multiscalePartition.cpp index fed14108c1..f777360efc 100644 --- a/Mesh/multiscalePartition.cpp +++ b/Mesh/multiscalePartition.cpp @@ -1,3 +1,11 @@ +// Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle +// +// See the LICENSE.txt file for license information. Please report all +// bugs and problems to <gmsh@geuz.org>. +// +// Contributor(s): +// Emilie Marchandise + #include "multiscalePartition.h" #include "GmshConfig.h" #include "GmshDefines.h" diff --git a/Mesh/multiscalePartition.h b/Mesh/multiscalePartition.h index ad5a24af21..e55c24b9d9 100644 --- a/Mesh/multiscalePartition.h +++ b/Mesh/multiscalePartition.h @@ -2,6 +2,9 @@ // // See the LICENSE.txt file for license information. Please report all // bugs and problems to <gmsh@geuz.org>. +// +// Contributor(s): +// Emilie Marchandise #ifndef _MULTI_PARTITION_H_ #define _MULTI_PARTITION_H_ -- GitLab