From bec30cf92b80fb1c6277910c732a257b9dba0394 Mon Sep 17 00:00:00 2001 From: hinder Date: Mon, 26 Nov 2012 11:41:29 +0000 Subject: ApplyCartoon.m: Initialise variable to avoid warning git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@134 eec4d7dc-71c2-46d6-addf-10296150bf52 --- src/ApplyCartoon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ApplyCartoon.c b/src/ApplyCartoon.c index 89cfd1d..b97c289 100644 --- a/src/ApplyCartoon.c +++ b/src/ApplyCartoon.c @@ -92,7 +92,7 @@ void Cartoon_ApplyBoundaries(CCTK_ARGUMENTS) CCTK_INT * vars; char tensortype[TENSORTYPE_BUFF_SIZE]; char prolongtype[PROLONG_BUFF_SIZE]; - int prolongmethod; + int prolongmethod = -1; int whiskycartoon, len; -- cgit v1.2.3