From bf58ebafe12577117bf5e131a557965dc104df80 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Mar 2001 13:09:30 +0000 Subject: [PATCH] Make wave-test more sensitive by multiplying error and signal numbers by a constant factor such that they do no more show up merely as 0.00. git-svn-id: https://svn.dealii.org/trunk@4358 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/wave-test-3.cc | 4 +- tests/deal.II/wave-test-3.checked | 204 +++++++++++++++--------------- 2 files changed, 104 insertions(+), 104 deletions(-) diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index b121a26504..2c8c43eb0e 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -6560,7 +6560,7 @@ void TimeStep_ErrorEstimation::StatisticData::write_descriptions (ostream & template void TimeStep_ErrorEstimation::StatisticData::write (ostream &out) const { - out << estimated_error; + out << estimated_error*100000; }; @@ -6968,7 +6968,7 @@ template void TimeStep_Postprocess::StatisticData::write (ostream &out) const { for (unsigned int i=0; i