aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/NaNCheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index 6859c7f..7500518 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -227,7 +227,7 @@ void NaNChecker_TakeAction (CCTK_ARGUMENTS)
/* prevent downsampling -- only if PUGH is active, because this is
a non-standard option */
CCTK_OutputVarAsByMethod (cctkGH,
- "NaNChecker::NaNmask[downsample={1 1 1}]",
+ "NaNChecker::NaNmask{downsample={1 1 1}}",
"IOHDF5", "NaNmask");
}
else