aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOScalar
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-04-13 20:11:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-04-13 20:11:00 +0000
commit08f7ac10188049e923537ccaa1a15309bd4f5b8d (patch)
treef2c4c7e62b9071d62033331e473c649410a07592 /Carpet/CarpetIOScalar
parentf7e567867a200b164e381972e7d6b45b3f909d95 (diff)
CarpetIOScalar: Clean up *.ccl files
darcs-hash:20060413201151-dae7b-3f443355e02b35864af495d37d4b40bfa88be082.gz
Diffstat (limited to 'Carpet/CarpetIOScalar')
-rw-r--r--Carpet/CarpetIOScalar/configuration.ccl2
-rw-r--r--Carpet/CarpetIOScalar/param.ccl4
2 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetIOScalar/configuration.ccl b/Carpet/CarpetIOScalar/configuration.ccl
index c465cd71d..22ec527bb 100644
--- a/Carpet/CarpetIOScalar/configuration.ccl
+++ b/Carpet/CarpetIOScalar/configuration.ccl
@@ -1,4 +1,4 @@
-# Configuration definitions for thorn CarpetIOASCII
+# Configuration definitions for thorn CarpetIOScalar
REQUIRES Carpet CarpetLib IOUtil
diff --git a/Carpet/CarpetIOScalar/param.ccl b/Carpet/CarpetIOScalar/param.ccl
index 651b88a29..d4ac7a237 100644
--- a/Carpet/CarpetIOScalar/param.ccl
+++ b/Carpet/CarpetIOScalar/param.ccl
@@ -34,12 +34,12 @@ CCTK_STRING outScalar_dir "Name of scalar output directory, overrides out_dir" S
CCTK_STRING outScalar_vars "Variables to output in scalar form" STEERABLE = ALWAYS
{
- ".*" :: "A regex which matches everything"
+ "" :: "A regex which matches everything"
} ""
CCTK_STRING outScalar_reductions "List of reductions to output in scalar form" STEERABLE = ALWAYS
{
- ".*" :: "A regex which matches everything"
+ "" :: "A regex which matches everything"
} "count minimum maximum sum average norm1 norm2 norm_inf"