aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-09 13:41:23 +0000
committerallen <allen@eec4d7dc-71c2-46d6-addf-10296150bf52>2002-05-09 13:41:23 +0000
commit4e23b32bcb86009378d61ed4350e544d167d715b (patch)
treebb6a7d5b45a484fc011b44a95234dea10c9d9f91
parent7098264c8ee2aa9012d79ff70a3ac33a2013c5c4 (diff)
removed compiler warnings
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@38 eec4d7dc-71c2-46d6-addf-10296150bf52
-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 */