From: kanschat Date: Tue, 6 Sep 2011 15:02:58 +0000 (+0000) Subject: Fix some obvious nonsense in the documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b444b4dbed5f33bf3314d694f63f10c1f72f4f;p=dealii-svn.git Fix some obvious nonsense in the documentation git-svn-id: https://svn.dealii.org/trunk@24265 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 1c2dff25f7..c00a76c618 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -408,21 +408,12 @@ namespace Step12 // @sect4{The local integrators} - // These functions are analogous to - // step-12 and differ only in the - // data structures. Instead of - // providing the local matrices - // explicitly in the argument list, - // they are part of the info object. - - // Note that here we still have the - // local integration loop inside the - // following functions. The program - // would be even shorter, if we used - // pre-made operators from the - // Operators namespace (which will be - // added soon). - + // These are the functions given to + // the MeshWorker::integration_loop() + // called just above. They compute + // the local contributions to the + // system matrix and right hand side + // on cells and faces. template void AdvectionProblem::integrate_cell_term (DoFInfo& dinfo, CellInfo& info)