From 4e23b32bcb86009378d61ed4350e544d167d715b Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 9 May 2002 13:41:23 +0000 Subject: removed compiler warnings git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@38 eec4d7dc-71c2-46d6-addf-10296150bf52 --- src/Cartoon2DBC.c | 2 +- src/SetSym.c | 9 +++------ 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 */ -- cgit v1.2.3