aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhinder <hinder@eec4d7dc-71c2-46d6-addf-10296150bf52>2012-11-26 11:41:29 +0000
committerhinder <hinder@eec4d7dc-71c2-46d6-addf-10296150bf52>2012-11-26 11:41:29 +0000
commitbec30cf92b80fb1c6277910c732a257b9dba0394 (patch)
treef451f0a94ea1fa1aacd5971a02cf8b6f7d892232
parent95db3dc065872f6870fc23d892dcbbc638398223 (diff)
ApplyCartoon.m: Initialise variable to avoid warning
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@134 eec4d7dc-71c2-46d6-addf-10296150bf52
-rw-r--r--src/ApplyCartoon.c2
1 files changed, 1 insertions, 1 deletions
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;