From: hartmann Date: Thu, 22 Nov 2001 17:35:21 +0000 (+0000) Subject: Include solutions coincide line. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf8665138afcce86c0e5bbfba8662a26dc5ff3f1;p=dealii-svn.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);