aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2002-05-06 11:51:55 +0000
committertradke <tradke@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2002-05-06 11:51:55 +0000
commit03061ee5610b29e8fc71fa212c213ae69f70607e (patch)
tree989fc4d0f539f5c915897ee831e38df802b710c4
parent1cd97cba4b224c728f3ec73b2edf5425bbcc90bf (diff)
Fixed I/O parameter names and added 'IO::new_filename_scheme = "no" to make
the testsuites pass again. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@52 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
-rw-r--r--par/Extract.par2
-rw-r--r--test/test_extract.par5
2 files changed, 5 insertions, 2 deletions
diff --git a/par/Extract.par b/par/Extract.par
index 0bc8a58..4ddfbbb 100644
--- a/par/Extract.par
+++ b/par/Extract.par
@@ -4,7 +4,7 @@
ActiveThorns = "boundary pugh pughslab pughreduce adm admbase admmacros staticconformal coordgauge ioutil iobasic cartgrid3d time pughinterp extract idanalyticbh"
-io::outdir = "Extract"
+IO::out_dir = "Extract"
driver::global_nx = 30
driver::global_ny = 30
driver::global_nz = 30
diff --git a/test/test_extract.par b/test/test_extract.par
index e003b48..1463283 100644
--- a/test/test_extract.par
+++ b/test/test_extract.par
@@ -23,7 +23,7 @@ admbase::metric_type = "static conformal"
admbase::lapse_evolution_method = "geodesic"
idanalyticbh::mass = 1
-io::outdir = "test_extract"
+IO::out_dir = "test_extract"
io::out_fileinfo = "none"
ioascii::out1d_vars = "admbase::alp"
@@ -45,3 +45,6 @@ extract::m_mode = 0
extract::detector1 = 2.5
extract::detector2 = 3.0
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file