From: Wolfgang Bangerth Date: Thu, 13 Sep 2001 10:03:58 +0000 (+0000) Subject: Add consistency. X-Git-Tag: v8.0.0~18804 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d90a8510234c193b8ba41ed22af946061769155;p=dealii.git Add consistency. git-svn-id: https://svn.dealii.org/trunk@4994 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-5/step-5.cc b/deal.II/examples/step-5/step-5.cc index 8397c531a4..d3a5dd611e 100644 --- a/deal.II/examples/step-5/step-5.cc +++ b/deal.II/examples/step-5/step-5.cc @@ -549,7 +549,7 @@ void LaplaceProblem::assemble_system () // is used again: cell_rhs(i) += (shape_values (i,q_point) * 1.0 * - fe_values.JxW (q_point)); + JxW_values[q_point]); };