From: Wolfgang Bangerth Date: Fri, 30 Mar 2001 13:09:30 +0000 (+0000) Subject: Make wave-test more sensitive by multiplying error and signal numbers by a constant... X-Git-Tag: v8.0.0~19422 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf58ebafe12577117bf5e131a557965dc104df80;p=dealii.git 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 --- 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