From bb407fef8bf0052532b824a90e9fdab6ef402379 Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 9 Oct 2008 19:46:12 +0000 Subject: [PATCH] fix some stale documentation git-svn-id: https://svn.dealii.org/trunk@17152 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/step-16.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () { -- 2.39.5