From: kanschat Date: Thu, 9 Oct 2008 19:46:12 +0000 (+0000) Subject: fix some stale documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb407fef8bf0052532b824a90e9fdab6ef402379;p=dealii-svn.git fix some stale documentation git-svn-id: https://svn.dealii.org/trunk@17152 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-16/step-16.cc b/deal.II/examples/step-16/step-16.cc index bf1a0271e5..0d978a9d62 100644 --- a/deal.II/examples/step-16/step-16.cc +++ b/deal.II/examples/step-16/step-16.cc @@ -192,9 +192,9 @@ void LaplaceProblem::setup_system () // times before. // // A small difference, though: we - // assemble the matrix for Helmholtz' + // assemble the matrix for Poisson // equation so we can solve the - // Neumann boundary value problem. + // Dirichlet boundary value problem. template void LaplaceProblem::assemble_system () {