From 43ea155c49a07704a6c900f3e0902f9816c71814 Mon Sep 17 00:00:00 2001 From: hinder Date: Mon, 26 Nov 2012 11:28:56 +0000 Subject: ConfMetric.c: Comment out unused variable to remove warning This variable is used by some commented-out debugging code later in the file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@116 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/ConfMetric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ConfMetric.c b/src/ConfMetric.c index ebbd0f0..64e7520 100644 --- a/src/ConfMetric.c +++ b/src/ConfMetric.c @@ -51,7 +51,7 @@ int SORConfMetric3D(cGH *GH, int *MetricPsiI, int conformal, ********************* Local Data ***************************** ********************************************************************/ -static int firstcall = 1; +/* static int firstcall = 1; */ /******************************************************************** ********************* External Routines ********************** -- cgit v1.2.3