From 710e9005310279ad1ec594b9f866a8960832c3d3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Apr 2002 16:09:56 +0000 Subject: [PATCH] Small fix. git-svn-id: https://svn.dealii.org/trunk@5711 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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, -- 2.39.5