From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 13:02:51 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~22781 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca732173c6bbc046000ffd37399a628b48814b62;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@473 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc index 8549548ad2..7338de2dfc 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc +++ b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc @@ -483,7 +483,7 @@ void PoissonProblem::run (ParameterHandler &prm) { solution, estimated_error_per_cell, ((prm.get("Test case")=="Kink") ? - kink_coefficient : 0 )); + &kink_coefficient : 0 )); cout << estimated_error_per_cell.l2_norm() << endl; estimated_error.push_back (estimated_error_per_cell.l2_norm()); diff --git a/tests/big-tests/error-estimation/error-estimation.cc b/tests/big-tests/error-estimation/error-estimation.cc index 8549548ad2..7338de2dfc 100644 --- a/tests/big-tests/error-estimation/error-estimation.cc +++ b/tests/big-tests/error-estimation/error-estimation.cc @@ -483,7 +483,7 @@ void PoissonProblem::run (ParameterHandler &prm) { solution, estimated_error_per_cell, ((prm.get("Test case")=="Kink") ? - kink_coefficient : 0 )); + &kink_coefficient : 0 )); cout << estimated_error_per_cell.l2_norm() << endl; estimated_error.push_back (estimated_error_per_cell.l2_norm());