From e060a710ebb9e7cbe90249ed5a6d21877db50193 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 17 Nov 2003 16:55:00 +0000 Subject: Add a check 'with_ghostzones' to the ioRequest structure and initialize it to 0 by default. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@196 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- src/Utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Utils.c') diff --git a/src/Utils.c b/src/Utils.c index e3b0274..d2bae38 100644 --- a/src/Utils.c +++ b/src/Utils.c @@ -928,6 +928,7 @@ ioRequest *IOUtil_DefaultIORequest (const cGH *GH, int vindex, request->timelevel = 0; request->check_exist = myGH->recovered; request->out_every = out_every_default; + request->with_ghostzones = 0; /* get the I/O request datatype (will be single-precision if requested) */ request->hdatatype = CCTK_VarTypeI (vindex); -- cgit v1.2.3