From bd37c70abca042e5a24d93972a87f1d10c0b276b Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 9 Sep 2005 20:42:16 +0000 Subject: [PATCH] Minor indentation changes. git-svn-id: https://svn.dealii.org/trunk@11389 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index bc82fc01c4..0b3492cea8 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -46,7 +46,7 @@ void DoFTools:: compute_row_length_vector(const DoFHandler &dofs, std::vector &row_lengths, - const Coupling flux_coupling) + const Coupling flux_coupling) { const FiniteElement& fe = dofs.get_fe(); Assert (row_lengths.size() == dofs.n_dofs(), @@ -74,7 +74,9 @@ compute_row_length_vector(const DoFHandler &dofs, if (flux_coupling != none) for (unsigned int face=0;face::faces_per_cell;++face) { - if (cell->at_boundary(face)) continue; + if (cell->at_boundary(face)) + continue; + for (unsigned int i=0; i void -DoFTools::compute_row_length_vector( - const DoFHandler& dofs, - std::vector& row_lengths, - const Coupling flux_coupling) +DoFTools::compute_row_length_vector(const DoFHandler &dofs, + std::vector &row_lengths, + const Coupling flux_coupling) { const FiniteElement& fe = dofs.get_fe(); Assert (row_lengths.size() == dofs.n_dofs(), -- 2.39.5