From: Wolfgang Bangerth Date: Thu, 18 May 2000 07:31:38 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v8.0.0~20522 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91c51830403a45da2aa9fe4c54af09ac3b9ca33f;p=dealii.git Fix indentation. git-svn-id: https://svn.dealii.org/trunk@2883 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 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