From c1ddb24299e4482e7e4eaa6b2607331529ddd3c0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 29 Mar 2000 14:07:34 +0000 Subject: [PATCH] Remove Guido's bogus indentations. git-svn-id: https://svn.dealii.org/trunk@2637 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_constraints.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_constraints.h b/deal.II/deal.II/include/dofs/dof_constraints.h index cae4cac49f..6ad1c3995c 100644 --- a/deal.II/deal.II/include/dofs/dof_constraints.h +++ b/deal.II/deal.II/include/dofs/dof_constraints.h @@ -108,7 +108,7 @@ class ConstraintMatrix : public Subscriptor ConstraintMatrix (); -/** + /** * Add a new line to the matrix. */ void add_line (const unsigned int line); @@ -194,7 +194,7 @@ class ConstraintMatrix : public Subscriptor SparsityPattern &condensed) const; -/** + /** * This function does much the same as * the above one, except that it condenses * the matrix struct 'in-place'. It does @@ -282,7 +282,7 @@ class ConstraintMatrix : public Subscriptor void set_zero (Vector &vec) const; -/** + /** * Print the constraint lines. Mainly for * debugging purposes. * @@ -297,7 +297,7 @@ class ConstraintMatrix : public Subscriptor void print (ostream &) const; -/** + /** * Exception */ DeclException0 (ExcMatrixIsClosed); -- 2.39.5