aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-07-02 16:42:24 +0000
committerschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-07-02 16:42:24 +0000
commit3e8291140931b7445e9e4078436343ff02382184 (patch)
treeb1ce2d349eee5efaef40f2d14191c4485c366291
parent4171096c89ce18482ebcdc0e5cdcaa526b3a93b9 (diff)
Remove no-op downsampling description. It is also not supported by
the API. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@67 ff385933-4943-42dc-877b-ffc776028de6
-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 */