From 94d44c451e66e3e65cf7222bc2efac39af69d79e Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 5 Jun 2016 17:52:30 -0400 Subject: [PATCH] Fix some spurious doxygen links. --- examples/step-22/doc/results.dox | 5 +++-- examples/step-22/step-22.cc | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/step-22/doc/results.dox b/examples/step-22/doc/results.dox index a858d39ab9..52868456a1 100644 --- a/examples/step-22/doc/results.dox +++ b/examples/step-22/doc/results.dox @@ -5,8 +5,9 @@

2D calculations

-Running the program with the space dimension set to 2 in main() -yields the following output (in "release mode", @dealiiVideoLectureSeeAlso{18}): +Running the program with the space dimension set to 2 in the main +function yields the following output (in "release mode", +@dealiiVideoLectureSeeAlso{18}): @code examples/\step-22> make run Refinement cycle 0 diff --git a/examples/step-22/step-22.cc b/examples/step-22/step-22.cc index 4f9910360e..09cc5c59bf 100644 --- a/examples/step-22/step-22.cc +++ b/examples/step-22/step-22.cc @@ -659,8 +659,8 @@ namespace Step22 // elements are primitive). Instead of multiplying the tensor // representing the dim+1 values of shape function i with the // whole right-hand side vector, we only look at the only - // non-zero component. The Function - // FiniteElement::system_to_component_index(i) will return + // non-zero component. The function + // FiniteElement::system_to_component_index will return // which component this shape function lives in (0=x velocity, // 1=y velocity, 2=pressure in 2d), which we use to pick out // the correct component of the right-hand side vector to -- 2.39.5