aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Ell_DBstructure.c4
-rw-r--r--src/Ell_Interface.c4
-rw-r--r--src/Ell_Register.c4
-rw-r--r--src/Startup.c6
4 files changed, 18 insertions, 0 deletions
diff --git a/src/Ell_DBstructure.c b/src/Ell_DBstructure.c
index 20794e9..48c79dd 100644
--- a/src/Ell_DBstructure.c
+++ b/src/Ell_DBstructure.c
@@ -12,6 +12,10 @@
#include "Ell_DBstructure.h"
+static const char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusElliptic_EllBase_Ell_DBstructure_c)
+
static pNamedData *EllInfoDB;
struct t_ellthingy
diff --git a/src/Ell_Interface.c b/src/Ell_Interface.c
index 752437c..6682810 100644
--- a/src/Ell_Interface.c
+++ b/src/Ell_Interface.c
@@ -28,6 +28,10 @@
#include "EllBase.h"
+static const char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusElliptic_EllBase_Ell_Interface_c)
+
static pNamedData *LinConfMetricSolverDB;
static pNamedData *LinMetricSolverDB;
static pNamedData *LinFlatSolverDB;
diff --git a/src/Ell_Register.c b/src/Ell_Register.c
index 2bc2ae0..ce791d1 100644
--- a/src/Ell_Register.c
+++ b/src/Ell_Register.c
@@ -19,6 +19,10 @@
#include "StoreNamedData.h"
+static const char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusElliptic_EllBase_Ell_Register_c)
+
static pNamedData *EqNameDB;
int Ell_RegisterSolver(void (*function),
diff --git a/src/Startup.c b/src/Startup.c
index a89c6a2..4f2a42b 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -15,6 +15,10 @@
#include "Ell_DBstructure.h"
+static const char *rcsid = "$Header$";
+
+CCTK_FILEVERSION(CactusElliptic_EllBase_Ell_Startup_c)
+
void Ell_RegisterBaseEqTypes(cGH *GH);
@@ -57,6 +61,8 @@ void Ell_RegisterBaseEqTypes(cGH *GH)
err += Ell_CreateKey(CCTK_VARIABLE_STRING,
"EllLinFlat::Bnd");
err += Ell_CreateKey(CCTK_VARIABLE_STRING,
+ "EllLinFlat::Bnd::Robin");
+ err += Ell_CreateKey(CCTK_VARIABLE_STRING,
"EllLinConfMetric::Bnd");
err += Ell_CreateKey(CCTK_VARIABLE_STRING,
"EllLinMetric::Bnd");