From 42fc22d60901784311d324ea7b3244abc97395a1 Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Mon, 12 Jun 2023 08:36:13 +0200 Subject: [PATCH] modify glossary link step 69 --- examples/step-69/step-69.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5