From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 23:08:07 +0000 (+0000) Subject: Fix mistaken markup. X-Git-Tag: v8.0.0~7518 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5cc6945601e15efee637679c61fee8e2c510cee;p=dealii.git Fix mistaken markup. git-svn-id: https://svn.dealii.org/trunk@19041 0785d39b-7218-0410-832d-ea1e28bc413d --- 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