aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.c')
-rw-r--r--src/Utils.c1
1 files changed, 1 insertions, 0 deletions
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);