From d4c785189ddb04f365753794939e73b7c25cdeb3 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 6 May 2002 09:27:09 +0000 Subject: Fixed I/O parameter names and set 'IO::new_filename_scheme = "no"' to make the testsuites pass again. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@70 f80f6fb6-8356-4fd4-90bc-d84ad503c100 --- test/test_rad.par | 5 ++++- test/test_wavef90_flat.par | 5 ++++- test/test_wavef90_zero.par | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/test_rad.par b/test/test_rad.par index 2aa5366..0db0374 100644 --- a/test/test_rad.par +++ b/test/test_rad.par @@ -39,5 +39,8 @@ IOASCII::out1D_y = "no" IOASCII::out1D_d = "no" IOASCII::out1D_vars = "wavetoy::phi " -IO::outdir = "test_rad" +IO::out_dir = "test_rad" IO::out_fileinfo = "none" + +# do not use the new scheme for names of output files +IO::new_filename_scheme = "no" diff --git a/test/test_wavef90_flat.par b/test/test_wavef90_flat.par index 31c917f..278e898 100644 --- a/test/test_wavef90_flat.par +++ b/test/test_wavef90_flat.par @@ -39,5 +39,8 @@ IOASCII::out1D_y = "no" IOASCII::out1D_d = "no" IOASCII::out1D_vars = "wavetoy::phi " -IO::outdir = "test_wavef90_flat" +IO::out_dir = "test_wavef90_flat" IO::out_fileinfo = "none" + +# do not use the new scheme for names of output files +IO::new_filename_scheme = "no" diff --git a/test/test_wavef90_zero.par b/test/test_wavef90_zero.par index d896ca4..d6cd71f 100644 --- a/test/test_wavef90_zero.par +++ b/test/test_wavef90_zero.par @@ -39,5 +39,8 @@ IOASCII::out1D_y = "no" IOASCII::out1D_d = "no" IOASCII::out1D_vars = "wavetoy::phi " -IO::outdir = "test_wavef90_zero" +IO::out_dir = "test_wavef90_zero" IO::out_fileinfo = "none" + +# do not use the new scheme for names of output files +IO::new_filename_scheme = "no" -- cgit v1.2.3