From: Wolfgang Bangerth Date: Mon, 4 May 2020 17:02:33 +0000 (-0600) Subject: Fix a wrong glossary reference. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F71%2Fhead;p=code-gallery.git Fix a wrong glossary reference. --- diff --git a/cdr/solver/cdr.cc b/cdr/solver/cdr.cc index 58e1a45..9d48299 100644 --- a/cdr/solver/cdr.cc +++ b/cdr/solver/cdr.cc @@ -75,7 +75,7 @@ private: // As is usual in parallel programs, I keep two copies of parts of the // complete solution: locally_relevant_solution contains both // the locally calculated solution as well as the layer of cells at its - // boundary (the @ref GlossGhostCells "ghost cells") while + // boundary (the @ref GlossGhostCell "ghost cells") while // completely_distributed_solution only contains the parts of // the solution computed on the current @ref GlossMPIProcess "MPI process". TrilinosWrappers::MPI::Vector locally_relevant_solution;