From 311716de9986404b5a7fd4aaa8be96efffb2ef75 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 4 May 2020 11:02:33 -0600 Subject: [PATCH] Fix a wrong glossary reference. --- cdr/solver/cdr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5