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 c9f9349..8d0ed05 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -222,7 +222,7 @@ void NaNChecker_TakeAction (CCTK_ARGUMENTS)
{
CCTK_INFO ("Write out NaN mask using the 'IOHDF5' I/O method");
}
- CCTK_OutputVarAsByMethod (cctkGH, "NaNChecker::NaNmask[downsample={1 1 1}]",
+ CCTK_OutputVarAsByMethod (cctkGH, "NaNChecker::NaNmask",
"IOHDF5", "NaNmask");
/* save the iteration of the last NaNmask output */