From f7515630c70dd091fc251278640d471c35d09f68 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 18 May 2000 07:31:38 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://svn.dealii.org/trunk@2883 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/include/dofs/dof_constraints.templates.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 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 6e5f9eda86..31cc4664dc 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.templates.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.templates.h @@ -73,7 +73,7 @@ ConstraintMatrix::condense (const SparseMatrix &uncondensed, new_line.push_back (row-shift); -next_constraint = lines.begin(); + next_constraint = lines.begin(); // note: in this loop we need not check // whether #next_constraint# is a valid // iterator, since #next_constraint# is @@ -143,6 +143,7 @@ next_constraint = lines.begin(); }; + template void ConstraintMatrix::condense (SparseMatrix &uncondensed) const @@ -259,6 +260,7 @@ ConstraintMatrix::condense (SparseMatrix &uncondensed) const }; + template void ConstraintMatrix::condense (const Vector &uncondensed, @@ -306,7 +308,7 @@ ConstraintMatrix::condense (const Vector &uncondensed, new_line.push_back (row-shift); -next_constraint = lines.begin(); + next_constraint = lines.begin(); // note: in this loop we need not check // whether #next_constraint# is a valid // iterator, since #next_constraint# is @@ -332,6 +334,7 @@ next_constraint = lines.begin(); }; + template void ConstraintMatrix::condense (Vector &vec) const @@ -362,6 +365,7 @@ ConstraintMatrix::condense (Vector &vec) const }; + template void ConstraintMatrix::set_zero (Vector &vec) const @@ -387,6 +391,7 @@ ConstraintMatrix::set_zero (Vector &vec) const }; + template void ConstraintMatrix::distribute (const Vector &condensed, @@ -434,7 +439,7 @@ ConstraintMatrix::distribute (const Vector &condensed, old_line.push_back (row-shift); -next_constraint = lines.begin(); + next_constraint = lines.begin(); // note: in this loop we need not check // whether #next_constraint# is a valid // iterator, since #next_constraint# is @@ -459,6 +464,7 @@ next_constraint = lines.begin(); }; + template void ConstraintMatrix::distribute (Vector &vec) const -- 2.39.5