From 26f9960b9f2396b76d7ad98ecf13b5d5d63bd0b5 Mon Sep 17 00:00:00 2001 From: linhart Date: Mon, 13 Jul 2009 18:52:25 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.dealii.org/trunk@19074 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/step-4.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index 574f520252..86957d8f2c 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -490,7 +490,9 @@ void LaplaceProblem::assemble_system () } // As a final remark to these loops: // when we assemble the local - // contributions, we have to multiply + // contributions into + // cell_matrix(i,j)<\code>, + // we have to multiply // the gradients of shape functions i // and j at point q_point and multiply // it with the scalar weights JxW. This -- 2.39.5