aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2012-11-26 11:28:56 +0000
committerhinder <hinder@fa3da13c-9f13-4301-a575-cf5b8c5e1907>2012-11-26 11:28:56 +0000
commit43ea155c49a07704a6c900f3e0902f9816c71814 (patch)
tree9a9a765d5af8d58cdd8051d15de0f83ecbb7bc82
parent4244b2414e8490830e7b782a26b9d4849c7c7ed3 (diff)
ConfMetric.c: Comment out unused variable to remove warningHEADsvnmaster
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
-rw-r--r--src/ConfMetric.c2
1 files changed, 1 insertions, 1 deletions
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 **********************