From 3eb3b9e82713a98a8e3f0826e2dd4aafcdaf3a4b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 14 Mar 2002 10:20:38 +0000 Subject: [PATCH] Reindent one line. (Well, just being pedantic) git-svn-id: https://svn.dealii.org/trunk@5567 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/mapping_q1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/fe/mapping_q1.cc b/deal.II/deal.II/source/fe/mapping_q1.cc index bb6084bede..628e348ce1 100644 --- a/deal.II/deal.II/source/fe/mapping_q1.cc +++ b/deal.II/deal.II/source/fe/mapping_q1.cc @@ -606,7 +606,7 @@ MappingQ1::fill_fe_values (const typename DoFHandler::cell_iterator &c const std::vector &weights=q.get_weights(); // Multiply quadrature weights - // by Jacobian determinants + // by Jacobian determinants if (update_flags & update_JxW_values) { Assert (JxW_values.size() == npts, -- 2.39.5