aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"