From: Wolfgang Bangerth Date: Thu, 28 Sep 2017 15:29:06 +0000 (-0600) Subject: Properly qualify a function name. X-Git-Tag: v9.0.0-rc1~1017^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5168%2Fhead;p=dealii.git Properly qualify a function name. --- diff --git a/doc/news/changes/minor/20170926EldarKhattatov b/doc/news/changes/minor/20170926EldarKhattatov index 75a6d08007..73bb853016 100644 --- a/doc/news/changes/minor/20170926EldarKhattatov +++ b/doc/news/changes/minor/20170926EldarKhattatov @@ -1,6 +1,6 @@ Fixed: the hp version of DoFTools::make_flux_sparsity_pattern() with masks for DoF couplings now works with non-primitive FE spaces, similarly to its non-hp version. -The hp version of project_boundary_values() is modified to work properly with Hdiv +The hp version of VectorTools::project_boundary_values() is modified to work properly with Hdiv conforming finite elements.
(Eldar Khattatov, 2017/09/26)