From 99ae0f653d4bed63f0611009cad52227f87aecf7 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 12 May 2001 18:42:42 +0000 Subject: CCTK_FILEVERSION git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@54 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/Startup.c | 3 +++ src/petsc_confmetric.c | 2 ++ src/petsc_wrapper.c | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/src/Startup.c b/src/Startup.c index 320674c..84c8b9c 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -5,6 +5,9 @@ #include "cctk.h" #include "cctk_Parameters.h" +static const char *rcsid = "$Header$"; + +CCTK_FILEVERSION(CactusElliptic_EllPETSc_Startup_c) /* Registration of the petsc solvers with the Elliptic solver registry. This routine registers petsc_confmetric under the name "petsc" for diff --git a/src/petsc_confmetric.c b/src/petsc_confmetric.c index 3c4a3f5..96f1dbb 100644 --- a/src/petsc_confmetric.c +++ b/src/petsc_confmetric.c @@ -21,6 +21,8 @@ static const char *rcsid = "$Header$"; +CCTK_FILEVERSION(CactusElliptic_EllPETSc_petsc_confmetric_c) + #define DEBUG /*Don't know what these actually mean! FIXME */ diff --git a/src/petsc_wrapper.c b/src/petsc_wrapper.c index fdd5278..1f25b3e 100644 --- a/src/petsc_wrapper.c +++ b/src/petsc_wrapper.c @@ -3,6 +3,10 @@ #include "cctk_Parameters.h" #include "cctk_Flesh.h" +static const char *rcsid = "$Header$"; + +CCTK_FILEVERSION(CactusElliptic_EllPETSc_petsc_wrapper_c) + /* The wrapper functions for the core PETSc solver, that performs the actual solve. One wrapper function for each class, because these functions are registered with a fixed set up arguments. Still, they all call petsc_confmetric_solver -- cgit v1.2.3