From a5cc6945601e15efee637679c61fee8e2c510cee Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 23:08:07 +0000 Subject: [PATCH] Fix mistaken markup. git-svn-id: https://svn.dealii.org/trunk@19041 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-36/step-36.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index 94f9a9d680..ec69dfd77f 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -173,9 +173,10 @@ EigenvalueProblem::EigenvalueProblem (const std::string &prm_file) // csp.compress (); // stiffness_matrix.reinit (csp); // mass_matrix.reinit (csp); - // @code + // @endcode // instead of the two reinit() - // calls for the stiffness and mass matrices. + // calls for the stiffness and mass matrices + // below. // // This doesn't quite work, // unfortunately. The code above may lead to -- 2.39.5