From: wolf Date: Fri, 26 Mar 2004 21:03:09 +0000 (+0000) Subject: Use braces for more obvious nesting. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a018cd2287085b03cb852c5941362df5a97700b1;p=dealii-svn.git Use braces for more obvious nesting. git-svn-id: https://svn.dealii.org/trunk@8887 0785d39b-7218-0410-832d-ea1e28bc413d --- 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