From 3a96118fe4662febfca7a3dcf6d1336a0f2dd237 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 6 May 2002 11:51:53 +0000 Subject: 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/AHFinder/trunk@299 89daf98e-ef62-4674-b946-b8ff9de2216c --- test/test_AHF_1.par | 5 ++++- test/test_AHF_2.par | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_AHF_1.par b/test/test_AHF_1.par index 6bab2d5..51cb0f0 100644 --- a/test/test_AHF_1.par +++ b/test/test_AHF_1.par @@ -54,8 +54,11 @@ ahfinder::interpolation_order = 1 # Output. -IO::outdir = "test_AHF_1" +IO::out_dir = "test_AHF_1" IO::out_every = 1 IOASCII::out1D_vars = "" + +# do not use the new scheme for names of output files +IO::new_filename_scheme = "no" \ No newline at end of file diff --git a/test/test_AHF_2.par b/test/test_AHF_2.par index 8f488fb..162925a 100644 --- a/test/test_AHF_2.par +++ b/test/test_AHF_2.par @@ -55,8 +55,11 @@ ahfinder::interpolation_order = 1 # Output. -IO::outdir = "test_AHF_2" +IO::out_dir = "test_AHF_2" IO::out_every = 1 IOASCII::out1D_vars = "" + +# do not use the new scheme for names of output files +IO::new_filename_scheme = "no" \ No newline at end of file -- cgit v1.2.3