From: Wolfgang Bangerth Date: Wed, 29 Mar 2000 14:07:34 +0000 (+0000) Subject: Remove Guido's bogus indentations. X-Git-Tag: v8.0.0~20739 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ddb24299e4482e7e4eaa6b2607331529ddd3c0;p=dealii.git Remove Guido's bogus indentations. git-svn-id: https://svn.dealii.org/trunk@2637 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);