From 90752c6c4f3cb7d53032c9ea57e6bca87dfa07a0 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 18 Mar 2003 07:37:20 +0000 Subject: [PATCH] Add Contributor(s) where due. --- Common/ColorTable.cpp | 13 +++++++++---- DataStr/List.cpp | 6 +++++- DataStr/List.h | 4 ++++ DataStr/Tree.cpp | 6 +++++- DataStr/Tree.h | 4 ++++ Graphics/PostElement.cpp | 6 +++++- Mesh/3D_SMesh.cpp | 6 +++++- Mesh/Utils.cpp | 6 +++++- Numeric/gsl_newt.cpp | 8 +++++--- utils/dxf2geo.c | 6 +++++- 10 files changed, 52 insertions(+), 13 deletions(-) diff --git a/Common/ColorTable.cpp b/Common/ColorTable.cpp index 60d6ab2b62..1ed9be7dcc 100644 --- a/Common/ColorTable.cpp +++ b/Common/ColorTable.cpp @@ -1,4 +1,4 @@ -// $Id: ColorTable.cpp,v 1.15 2003-03-01 22:36:36 geuzaine Exp $ +// $Id: ColorTable.cpp,v 1.16 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,10 +18,15 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// David Colignon +// -// These routines are loosely based on code from the Vis5d program for -// visualizing five dimensional gridded data sets Copyright (C) 1990 - -// 1995 Bill Hibbard, Brian Paul, Dave Santek, and Andre Battaiola. +// These routines are loosely based on the colortable routines from +// the Vis5d program for visualizing five dimensional gridded data +// sets Copyright (C) 1990 - 1995 Bill Hibbard, Brian Paul, Dave +// Santek, and Andre Battaiola. #include "Gmsh.h" #include "ColorTable.h" diff --git a/DataStr/List.cpp b/DataStr/List.cpp index 1397b110c9..be8afc8338 100644 --- a/DataStr/List.cpp +++ b/DataStr/List.cpp @@ -1,4 +1,4 @@ -// $Id: List.cpp,v 1.25 2003-03-01 22:36:37 geuzaine Exp $ +// $Id: List.cpp,v 1.26 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,6 +18,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Marc Ume +// #include <stdlib.h> #include <stdio.h> diff --git a/DataStr/List.h b/DataStr/List.h index e8993d8ec3..69af6520d7 100644 --- a/DataStr/List.h +++ b/DataStr/List.h @@ -19,6 +19,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Marc Ume +// #include <stdio.h> diff --git a/DataStr/Tree.cpp b/DataStr/Tree.cpp index 5448c66b10..2a231fd563 100644 --- a/DataStr/Tree.cpp +++ b/DataStr/Tree.cpp @@ -1,4 +1,4 @@ -// $Id: Tree.cpp,v 1.15 2003-03-16 21:26:29 geuzaine Exp $ +// $Id: Tree.cpp,v 1.16 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,6 +18,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Marc Ume +// #include <stdlib.h> #include <string.h> diff --git a/DataStr/Tree.h b/DataStr/Tree.h index f00f184221..bd5f5aeb76 100644 --- a/DataStr/Tree.h +++ b/DataStr/Tree.h @@ -19,6 +19,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Marc Ume +// #include "avl.h" diff --git a/Graphics/PostElement.cpp b/Graphics/PostElement.cpp index 7428e206f3..0c20238619 100644 --- a/Graphics/PostElement.cpp +++ b/Graphics/PostElement.cpp @@ -1,4 +1,4 @@ -// $Id: PostElement.cpp,v 1.11 2003-03-01 22:36:40 geuzaine Exp $ +// $Id: PostElement.cpp,v 1.12 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,6 +18,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Laurent Stainier +// // OK, I understand why the Cut2D stuff does not work correctly with a diff --git a/Mesh/3D_SMesh.cpp b/Mesh/3D_SMesh.cpp index 42e6bdb43c..a4046b9bcd 100644 --- a/Mesh/3D_SMesh.cpp +++ b/Mesh/3D_SMesh.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_SMesh.cpp,v 1.18 2003-03-16 21:23:18 geuzaine Exp $ +// $Id: 3D_SMesh.cpp,v 1.19 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,6 +18,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Patrick Dular +// /* Maillage transfini volumique diff --git a/Mesh/Utils.cpp b/Mesh/Utils.cpp index cec9f43756..084ae5b0e1 100644 --- a/Mesh/Utils.cpp +++ b/Mesh/Utils.cpp @@ -1,4 +1,4 @@ -// $Id: Utils.cpp,v 1.18 2003-03-18 00:15:43 geuzaine Exp $ +// $Id: Utils.cpp,v 1.19 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,6 +18,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Pierre Badel +// #include "Gmsh.h" #include "Numeric.h" diff --git a/Numeric/gsl_newt.cpp b/Numeric/gsl_newt.cpp index a94a3f004b..c3fb9c1e7a 100644 --- a/Numeric/gsl_newt.cpp +++ b/Numeric/gsl_newt.cpp @@ -1,4 +1,4 @@ -// $Id: gsl_newt.cpp,v 1.8 2003-03-01 22:36:42 geuzaine Exp $ +// $Id: gsl_newt.cpp,v 1.9 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,10 +18,12 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// Nicolas Tardieu +// // This implements a Newton method using the GSL. -// -// Original author: Nicolas Tardieu <nicolas.tardieu@der.edf.fr> #if defined(HAVE_GSL) diff --git a/utils/dxf2geo.c b/utils/dxf2geo.c index c39c625828..63bc656e99 100644 --- a/utils/dxf2geo.c +++ b/utils/dxf2geo.c @@ -1,4 +1,4 @@ -// $Id: dxf2geo.c,v 1.5 2003-03-01 23:03:23 geuzaine Exp $ +// $Id: dxf2geo.c,v 1.6 2003-03-18 07:37:20 geuzaine Exp $ // // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle // @@ -18,6 +18,10 @@ // USA. // // Please report all bugs and problems to "gmsh@geuz.org". +// +// Contributor(s): +// David Colignon +// // This is a simple AutoCAD DXF to Gmsh GEO Data File Converter // -- GitLab