From: Magdalena Schreter Date: Mon, 12 Jun 2023 06:36:13 +0000 (+0200) Subject: modify glossary link step 69 X-Git-Tag: v9.5.0-rc1~129^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42fc22d60901784311d324ea7b3244abc97395a1;p=dealii.git modify glossary link step 69 --- diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc index 2d57ddc564..a8ec6263b6 100644 --- a/examples/step-69/step-69.cc +++ b/examples/step-69/step-69.cc @@ -179,8 +179,7 @@ namespace Step69 // The class OfflineData contains pretty much all components // of the discretization that do not evolve in time, in particular, the // DoFHandler, SparsityPattern, boundary maps, the - // @ref GlossLumpedMassMatrix "lumped" lumped - // @ref GlossMassMatrix "mass matrix", + // @ref GlossLumpedMassMatrix "lumped mass matrix", // $\mathbf{c}_{ij}$ and $\mathbf{n}_{ij}$ matrices. Here, the term // offline refers to the fact that all the class // members of OfflineData have well-defined values