From a018cd2287085b03cb852c5941362df5a97700b1 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 26 Mar 2004 21:03:09 +0000 Subject: [PATCH] Use braces for more obvious nesting. git-svn-id: https://svn.dealii.org/trunk@8887 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/dofs/dof_constraints.templates.h | 176 +++++++++--------- 1 file changed, 90 insertions(+), 86 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.templates.h b/deal.II/deal.II/include/dofs/dof_constraints.templates.h index 186f25d104..dd9a4a3304 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.templates.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.templates.h @@ -185,98 +185,102 @@ ConstraintMatrix::condense (SparseMatrix &uncondensed) const { if (distribute[row] == deal_II_numbers::invalid_unsigned_int) // regular line. loop over cols - for (unsigned int j=sparsity.get_rowstart_indices()[row]; - j