From 316772b48ffd90742ed8878c572834741e2350c8 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 6 Dec 2004 07:13:47 +0000 Subject: [PATCH] contrib --- Fltk/GmshServer.cpp | 5 ++++- doc/CREDITS | 5 +++-- utils/solvers/GmshClient.c | 5 ++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Fltk/GmshServer.cpp b/Fltk/GmshServer.cpp index d7b21ad8be..cf814af83b 100644 --- a/Fltk/GmshServer.cpp +++ b/Fltk/GmshServer.cpp @@ -1,4 +1,4 @@ -/* $Id: GmshServer.cpp,v 1.19 2004-12-06 06:54:32 geuzaine Exp $ */ +/* $Id: GmshServer.cpp,v 1.20 2004-12-06 07:13:47 geuzaine Exp $ */ /* * Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle * @@ -25,6 +25,9 @@ * OF THIS SOFTWARE. * * Please report all bugs and problems to <gmsh@geuz.org>. + * + * Contributor(s): + * Christopher Stott */ // This is a hacked version using the Gmsh function SystemCall() diff --git a/doc/CREDITS b/doc/CREDITS index 44a4d73940..0cc576a75e 100644 --- a/doc/CREDITS +++ b/doc/CREDITS @@ -1,4 +1,4 @@ -$Id: CREDITS,v 1.20 2004-12-06 07:06:21 geuzaine Exp $ +$Id: CREDITS,v 1.21 2004-12-06 07:13:47 geuzaine Exp $ Gmsh is copyright (C) 1997-2004 @@ -96,4 +96,5 @@ necs.fr>, Jacques Kools <JKools at veeco.com>, Bayram Yenikaya <yenikaya at math.umn.edu>, Peter Hornby <p.hornby at arrc.csiro.au>, Krishna Mohan Gundu <gkmohan at gmail.com>, Chris Stott <C.Stott@surrey.ac.uk>, Timmy Schumacher -<Tim.Schumacher@colorado.edu>, Chris Stott <C.Stott@surrey.ac.uk>. +<Tim.Schumacher@colorado.edu>, Christopher Stott +<C.Stott@surrey.ac.uk>. diff --git a/utils/solvers/GmshClient.c b/utils/solvers/GmshClient.c index 57092b086b..6418a2ae79 100644 --- a/utils/solvers/GmshClient.c +++ b/utils/solvers/GmshClient.c @@ -1,4 +1,4 @@ -/* $Id: GmshClient.c,v 1.6 2004-12-06 06:54:32 geuzaine Exp $ */ +/* $Id: GmshClient.c,v 1.7 2004-12-06 07:13:47 geuzaine Exp $ */ /* * Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle * @@ -25,6 +25,9 @@ * OF THIS SOFTWARE. * * Please report all bugs and problems to <gmsh@geuz.org>. + * + * Contributor(s): + * Christopher Stott */ #include <stdio.h> -- GitLab