From ca732173c6bbc046000ffd37399a628b48814b62 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Aug 1998 13:02:51 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@473 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/error-estimation/error-estimation.cc | 2 +- tests/big-tests/error-estimation/error-estimation.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()); -- 2.39.5