From 3e8291140931b7445e9e4078436343ff02382184 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 2 Jul 2004 16:42:24 +0000 Subject: 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 --- src/NaNCheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3