aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@eec4d7dc-71c2-46d6-addf-10296150bf52>2012-11-26 11:41:38 +0000
committerhinder <hinder@eec4d7dc-71c2-46d6-addf-10296150bf52>2012-11-26 11:41:38 +0000
commitd5b92fb9ea15d374a7daeebeecd2b5504e332f07 (patch)
treefab2e88621d978f351c108b8090b859f703dc501
parentbec30cf92b80fb1c6277910c732a257b9dba0394 (diff)
Comment out unused variable declaration
The variable is used by commented-out debugging code later in the file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@135 eec4d7dc-71c2-46d6-addf-10296150bf52
-rw-r--r--src/Cartoon2DBC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cartoon2DBC.c b/src/Cartoon2DBC.c
index 753b1db..2dbca7f 100644
--- a/src/Cartoon2DBC.c
+++ b/src/Cartoon2DBC.c
@@ -479,7 +479,7 @@ static CCTK_REAL Cartoon2DInterp_ENO(const cGH *cctkGH,
CCTK_REAL y[11], r;
int lnx;
int n, offset;
- int tmp_order = 2;
+ /* int tmp_order = 2; */
CCTK_REAL *old_mask;
CCTK_INT *new_mask;