From: Guido Kanschat Date: Thu, 9 Oct 2008 19:46:12 +0000 (+0000) Subject: fix some stale documentation X-Git-Tag: v8.0.0~8567 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a86b85f84a8e1f86b043dba11675be335d13b0c;p=dealii.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 () {