aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/param.ccl
diff options
context:
space:
mode:
authorschnetter <>2004-04-09 16:32:00 +0000
committerschnetter <>2004-04-09 16:32:00 +0000
commitcc43e6c0c020116fbebc145ac3077abc18a8d628 (patch)
tree65b6d0abaa965bbe548dc3a3dc69eea0f2db8b70 /Carpet/CarpetIOHDF5/param.ccl
parentce4b54028e863fe0bb1517a022fe0369412454f8 (diff)
Use "." instead of "" for the default input directory, because the
Use "." instead of "" for the default input directory, because the latter translates to the root directory. darcs-hash:20040409163214-07bb3-ff94a25308c9978c3546ed8f2643c7694f584dbd.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/param.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/param.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetIOHDF5/param.ccl b/Carpet/CarpetIOHDF5/param.ccl
index 71404d0d6..4459174c8 100644
--- a/Carpet/CarpetIOHDF5/param.ccl
+++ b/Carpet/CarpetIOHDF5/param.ccl
@@ -1,5 +1,5 @@
# Parameter definitions for thorn CarpetIOHDF5
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/param.ccl,v 1.8 2004/04/03 15:42:37 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/param.ccl,v 1.9 2004/04/09 18:32:14 schnetter Exp $
@@ -61,8 +61,8 @@ CCTK_INT out3D_every "How often to do 3D CarpetIOHDF5 output, overrides out_ever
CCTK_STRING in3D_dir "Name of 3D CarpetIOHDF5 input directory" STEERABLE = ALWAYS
{
- ".*" :: "Directory name"
-} ""
+ ".+" :: "Directory name"
+} "."
CCTK_STRING in3D_vars "Variables to input in 3D CarpetIOHDF5 file format" STEERABLE = ALWAYS
{