]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix indentation.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 May 2000 07:31:38 +0000 (07:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 18 May 2000 07:31:38 +0000 (07:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@2883 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_constraints.templates.h

index 6e5f9eda8666cb749e780000d3e6a9147a7aadc6..31cc4664dc81a30e3eb63a81d77fae5a14469c19 100644 (file)
@@ -73,7 +73,7 @@ ConstraintMatrix::condense (const SparseMatrix<number> &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<typename number>
 void
 ConstraintMatrix::condense (SparseMatrix<number> &uncondensed) const
@@ -259,6 +260,7 @@ ConstraintMatrix::condense (SparseMatrix<number> &uncondensed) const
 };
 
 
+
 template<typename number>
 void
 ConstraintMatrix::condense (const Vector<number> &uncondensed,
@@ -306,7 +308,7 @@ ConstraintMatrix::condense (const Vector<number> &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<typename number>
 void
 ConstraintMatrix::condense (Vector<number> &vec) const
@@ -362,6 +365,7 @@ ConstraintMatrix::condense (Vector<number> &vec) const
 };
 
 
+
 template<typename number>
 void
 ConstraintMatrix::set_zero (Vector<number> &vec) const
@@ -387,6 +391,7 @@ ConstraintMatrix::set_zero (Vector<number> &vec) const
 };
 
 
+
 template<typename number>
 void
 ConstraintMatrix::distribute (const Vector<number> &condensed,
@@ -434,7 +439,7 @@ ConstraintMatrix::distribute (const Vector<number> &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<typename number>
 void
 ConstraintMatrix::distribute (Vector<number> &vec) const

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.