aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortradke <tradke@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-05-06 11:52:00 +0000
committertradke <tradke@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-05-06 11:52:00 +0000
commit9228315be90ad5a46f4c5b51f0f6cef8b73ad544 (patch)
tree0bb70e2432b7ab6001b57f4df56f249cf9b7c09a /test
parent4152d871e3de559e62b684e667328a2405cf45ff (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/EinsteinInitialData/IDAxiBrillBH/trunk@45 0a4070d5-58f5-498f-b6c0-2693e757fa0f
Diffstat (limited to 'test')
-rw-r--r--test/test_axibrill.par5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_axibrill.par b/test/test_axibrill.par
index ca7b0a4..1c35868 100644
--- a/test/test_axibrill.par
+++ b/test/test_axibrill.par
@@ -45,7 +45,7 @@ ADMBase::lapse_evolution_method = "geodesic"
# OUTPUT ########################################################
-IO::outdir = "test_axibrill"
+IO::out_dir = "test_axibrill"
IO::out_fileinfo = "none"
IOASCII::out1d_every = 1
IOASCII::out1D_vars = "ADMBase::curv admbase::metric ADMAnalysis::grr admconstraints::ham"
@@ -62,3 +62,6 @@ IOASCII::out1D_zline_x = 0.2
IOASCII::out1D_zline_y = 0.2
##################################################################
+
+# do not use the new scheme for names of output files
+IO::new_filename_scheme = "no" \ No newline at end of file