From: linhart Date: Mon, 13 Jul 2009 18:52:25 +0000 (+0000) Subject: Fix a typo. X-Git-Tag: v8.0.0~7486 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f9960b9f2396b76d7ad98ecf13b5d5d63bd0b5;p=dealii.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@19074 0785d39b-7218-0410-832d-ea1e28bc413d --- 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