From: wolf Date: Mon, 22 Apr 2002 16:09:56 +0000 (+0000) Subject: Small fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=248f692f6bc733e432b2e686a83ab8e2b56912d5;p=dealii-svn.git Small fix. git-svn-id: https://svn.dealii.org/trunk@5711 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 1bfa56c925..026debadb0 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -1688,7 +1688,7 @@ namespace LaplaceSolver }; - // @sect4{Computing edgel term error contributions - 1} + // @sect4{Computing edge term error contributions - 1} // On the other hand, computation // of the edge terms for the error @@ -1812,10 +1812,12 @@ namespace LaplaceSolver }; - // @sect4{Computing edgel term - // error contributions - 2} - // We are still missing the case of faces with hanging nodes. This is what is covered in this function: - + // @sect4{Computing edge term error contributions - 2} + + // We are still missing the case of + // faces with hanging nodes. This + // is what is covered in this + // function: template void WeightedResidual:: integrate_over_irregular_face (const active_cell_iterator &cell,