aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2004-07-07 16:37:59 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2004-07-07 16:37:59 +0000
commit59c89d5fd2d1c71587e9f39a6dc95a896393cf16 (patch)
tree50b43f9469756a9bb42bf33a7ff7b220f0787706
parentd8ba323511e9d281d1a3255a835d8d10e0211ef5 (diff)
Use curly braces for the options string in the varname argument for CCTK_OutputVarAsByMethod().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@70 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 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