From d5b92fb9ea15d374a7daeebeecd2b5504e332f07 Mon Sep 17 00:00:00 2001 From: hinder Date: Mon, 26 Nov 2012 11:41:38 +0000 Subject: 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 --- src/Cartoon2DBC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3