aboutsummaryrefslogtreecommitdiff
path: root/test/test_binary_1.par
diff options
context:
space:
mode:
authorknarf <knarf@b9286e40-80fe-41ab-903a-d6b447012e1e>2010-11-03 22:00:52 +0000
committerknarf <knarf@b9286e40-80fe-41ab-903a-d6b447012e1e>2010-11-03 22:00:52 +0000
commit2ff9443d873e98945c13558c33ae1e514160c41e (patch)
treeb719b7ce13cc69cbd9b3321e2a2d506eda1871f8 /test/test_binary_1.par
parent147be29173d4c68db8771ee8813ffe0a9b018c1a (diff)
correct testsuite after last update. The testsuite succeeds before last update, but clearly shows incorrect evolution data. That bug was fixed with the last source update, but the testsuite was not updated at the same time - doing this now.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@58 b9286e40-80fe-41ab-903a-d6b447012e1e
Diffstat (limited to 'test/test_binary_1.par')
-rw-r--r--test/test_binary_1.par6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/test_binary_1.par b/test/test_binary_1.par
index e96db15..2003ad2 100644
--- a/test/test_binary_1.par
+++ b/test/test_binary_1.par
@@ -23,6 +23,7 @@ cactus::cctk_itlast = 5
IOBasic::outScalar_reductions = "norm1 norm2 minimum maximum norm_inf"
IOBasic::outScalar_every = 1
IOBasic::outScalar_vars = "wavetoy::phi"
+IOBasic::outScalar_style = "gnuplot"
IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "wavetoy::phi"
@@ -34,5 +35,6 @@ IO::out_fileinfo = "none"
# until the boundary conditions are fixed
PUGH::initialize_memory = "zero"
-# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no"
+IOASCII::out1D_style = "gnuplot f(x)"
+IOASCII::out1D_every = 1
+IOASCII::out1D_vars = "wavetoy::phi"