aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_AHF_1.par5
-rw-r--r--test/test_AHF_2.par5
2 files changed, 8 insertions, 2 deletions
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