From: Ralf Hartmann Date: Thu, 22 Nov 2001 17:35:21 +0000 (+0000) Subject: Include solutions coincide line. X-Git-Tag: v8.0.0~18577 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e21ce50c7fd4d76019062b3128b6a21432bf75;p=dealii.git Include solutions coincide line. git-svn-id: https://svn.dealii.org/trunk@5257 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 3d93e2cca4..a9df8e9491 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -1642,7 +1642,9 @@ void DGMethod::run () const double difference=solution1.linfty_norm(); if (difference>1e-13) std::cout << "solution1 and solution2 differ!!" << std::endl; - + else + std::cout << "solution1 and solution2 coincide." << std::endl; + // Finally we perform the // output. output_results (cycle);