From: bangerth Date: Thu, 10 Aug 2006 18:37:47 +0000 (+0000) Subject: Call the right function. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e728055dfbc3f90dcb70a35e9235291dbbac20;p=dealii-svn.git Call the right function. git-svn-id: https://svn.dealii.org/trunk@13633 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/hp/step-12.cc b/tests/hp/step-12.cc index 42b1e0fbec..d577fa436a 100644 --- a/tests/hp/step-12.cc +++ b/tests/hp/step-12.cc @@ -749,7 +749,7 @@ void DGMethod::refine_grid () { Vector gradient_indicator (triangulation.n_active_cells()); - DerivativeApproximation::approximate_gradient (mapping, + DerivativeApproximation::approximate_gradient (mapping[0], dof_handler, solution2, gradient_indicator);