aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Startup.c3
-rw-r--r--src/petsc_confmetric.c2
-rw-r--r--src/petsc_wrapper.c4
3 files changed, 9 insertions, 0 deletions
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