aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-04-13 20:06:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-04-13 20:06:00 +0000
commiteda6d129300a11a08383e9b4c2a6b0c17971fc18 (patch)
tree086f4ea67b93776fafb01d58c824e4112cd97d22 /Carpet/CarpetIOASCII
parentc0cf6f138ed9847db967aeccbe3ffc18af983038 (diff)
CarpetIOASCII: Clean up param.ccl
darcs-hash:20060413200629-dae7b-6f4353cf3cb7866817fc5fc27f8eeb4eebcbb58b.gz
Diffstat (limited to 'Carpet/CarpetIOASCII')
-rw-r--r--Carpet/CarpetIOASCII/param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/CarpetIOASCII/param.ccl b/Carpet/CarpetIOASCII/param.ccl
index 3c0b6d250..7e5959320 100644
--- a/Carpet/CarpetIOASCII/param.ccl
+++ b/Carpet/CarpetIOASCII/param.ccl
@@ -106,22 +106,22 @@ CCTK_STRING out3D_dir "Name of 3D ASCII output directory, overrides IO::out_dir"
CCTK_STRING out0D_vars "Variables to output in 0D ASCII file format" STEERABLE = ALWAYS
{
- ".*" :: "List of group or variable names"
+ "" :: "List of group or variable names"
} ""
CCTK_STRING out1D_vars "Variables to output in 1D ASCII file format" STEERABLE = ALWAYS
{
- ".*" :: "List of group or variable names"
+ "" :: "List of group or variable names"
} ""
CCTK_STRING out2D_vars "Variables to output in 2D ASCII file format" STEERABLE = ALWAYS
{
- ".*" :: "List of group or variable names"
+ "" :: "List of group or variable names"
} ""
CCTK_STRING out3D_vars "Variables to output in 3D ASCII file format" STEERABLE = ALWAYS
{
- ".*" :: "List of group or variable names"
+ "" :: "List of group or variable names"
} ""