From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 13 Sep 2001 10:03:58 +0000 (+0000)
Subject: Add consistency.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981337d923d7bd0f45fa7fa83c388534473e30eb;p=dealii-svn.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<dim>::assemble_system ()
 					     // is used again:
 	    cell_rhs(i) += (shape_values (i,q_point) *
 			    1.0 *
-			    fe_values.JxW (q_point));
+			    JxW_values[q_point]);
 	  };