From f1e21ce50c7fd4d76019062b3128b6a21432bf75 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 22 Nov 2001 17:35:21 +0000 Subject: [PATCH] Include solutions coincide line. git-svn-id: https://svn.dealii.org/trunk@5257 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.39.5