From: Wolfgang Bangerth Date: Mon, 13 May 2019 08:41:54 +0000 (-0600) Subject: Merge branch 'master' into wrap_comment_warnings X-Git-Tag: v9.1.0-rc1~31^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8127%2Fhead;p=dealii.git Merge branch 'master' into wrap_comment_warnings --- 9c406a98ebf42391a42dad0bddd8850cf199508d diff --cc include/deal.II/meshworker/scratch_data.h index 354a24b284,5c9343bc12..ace014c637 --- a/include/deal.II/meshworker/scratch_data.h +++ b/include/deal.II/meshworker/scratch_data.h @@@ -86,12 -82,9 +86,12 @@@ namespace MeshWorke * discontinuous Galerkin methods). * * If you need to retrieve values or gradients of finite element solution - * vectors, on the cell, face, or subface that has just beeing initialized + * vectors, on the cell, face, or subface that has just been initialized - * with one of the functions in @ref CurrentCellMethods, you can use the - * methods in @ref CurrentCellEvaluation. + * with one of the functions in + * @ref CurrentCellMethods, + * you can use the + * methods in + * @ref CurrentCellEvaluation. * * An example usage for this class is given by the following snippet of code: *