aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Cartoon2DBC.c2
-rw-r--r--src/SetSym.c9
2 files changed, 4 insertions, 7 deletions
diff --git a/src/Cartoon2DBC.c b/src/Cartoon2DBC.c
index f389cb7..7f247c2 100644
--- a/src/Cartoon2DBC.c
+++ b/src/Cartoon2DBC.c
@@ -26,7 +26,7 @@
static const char *rcsid = "$Id$";
-CCTK_FILEVERSION(Development_Cartoon2D_Cartoon2DBC_c)
+CCTK_FILEVERSION(BetaThorns_Cartoon2D_Cartoon2DBC_c)
CCTK_INT BndCartoon2DVN(cGH *GH, CCTK_INT tensortype, const char *var);
CCTK_INT BndCartoon2DVI(cGH *GH, CCTK_INT tensortype, CCTK_INT vi);
diff --git a/src/SetSym.c b/src/SetSym.c
index febd1b4..fe21a70 100644
--- a/src/SetSym.c
+++ b/src/SetSym.c
@@ -17,8 +17,9 @@
#define CARTOON_NOSYM -222;
-static const char
-*rcsid = "$Id$";
+static const char *rcsid = "$Id$";
+
+CCTK_FILEVERSION(BetaThorns_Cartoon2D_Cartoon2DBC_c)
/*@@
@routine Cartoon_ResetSym
@@ -80,10 +81,6 @@ Cartoon_SetSym_Einstein(CCTK_ARGUMENTS)
{
DECLARE_CCTK_ARGUMENTS
- int one;
- int testsystem;
- char* evo_sys;
-
CCTK_INFO("Resetting cartoon boundary symmetries for Einstein variables");
/* Handle both old and new einstein systems */