aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <>2004-06-23 15:35:00 +0000
committertradke <>2004-06-23 15:35:00 +0000
commit69565ea8c378f3954271cd59253d9a881db1891d (patch)
tree826c1c52b2cf5b030f86b65f90b54e3cd2ba4f44
parent6ee8312ca0a7cd7a5e40c9c79f6d0b93b5ca93cb (diff)
Add STEERABLE=ALWAYS integer parameter IOASCII::out_precision to specify the
number of precision digits for floating-point output. Defaults to 15. darcs-hash:20040623153511-1d9bf-c3e0ca2b263431e4113d2c422fb2dac3cfc1b0f5.gz
-rw-r--r--Carpet/CarpetIOASCII/param.ccl9
1 files changed, 8 insertions, 1 deletions
diff --git a/Carpet/CarpetIOASCII/param.ccl b/Carpet/CarpetIOASCII/param.ccl
index 617230b9e..9d2586fc4 100644
--- a/Carpet/CarpetIOASCII/param.ccl
+++ b/Carpet/CarpetIOASCII/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetIOASCII
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/param.ccl,v 1.15 2004/06/14 09:33:05 tradke Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/param.ccl,v 1.16 2004/06/23 17:35:11 tradke Exp $
@@ -74,6 +74,13 @@ BOOLEAN separate_components "Separate grid components in the output file by addi
+INT out_precision "How many digits to output floating-point numbers with" STEERABLE = ALWAYS
+{
+ 1:15 :: "Number of precision digits"
+} 15
+
+
+
CCTK_STRING out0D_dir "Name of 0D ASCII output directory, overrides IO::out_dir" STEERABLE = ALWAYS
{
"^$" :: "Empty: use IO::out_dir"