From: bangerth Date: Wed, 24 Nov 2010 03:02:48 +0000 (+0000) Subject: Fix a couple markups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2caf8a650c86eafb1822f6c1c38470d201d3c061;p=dealii-svn.git Fix a couple markups. git-svn-id: https://svn.dealii.org/trunk@22847 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-43/step-43.cc b/deal.II/examples/step-43/step-43.cc index 1e1f912978..9cf8aab713 100644 --- a/deal.II/examples/step-43/step-43.cc +++ b/deal.II/examples/step-43/step-43.cc @@ -1850,9 +1850,8 @@ void TwoPhaseFlowProblem::solve () // @sect3{TwoPhaseFlowProblem::determine_whether_to_solve_pressure_velocity_part} - // This function is to implement an a - // posteriori criterion in - // \eqref{eq:recompute-criterion} for + // This function is to implement the a + // posteriori criterion for // adaptive operator splitting. As mentioned // in step-31, we use two FEValues objects // initialized with two cell iterators that @@ -1946,11 +1945,11 @@ TwoPhaseFlowProblem::determine_whether_to_solve_pressure_velocity_part () c // @sect3{TwoPhaseFlowProblem::compute_refinement_indicators} // This function is to to compute the - // refinement indicator in - // \eqref{eq:refinement_indicator} for each - // cell and its implementation is similar to - // that contained in step-33. There is no - // need to repeat descriptions about it. + // refinement indicator discussed in the + // introduction for each cell and its + // implementation is similar to that + // contained in step-33. There is no need to + // repeat descriptions about it. template void TwoPhaseFlowProblem::