From: Wolfgang Bangerth Date: Mon, 6 Mar 2006 02:56:29 +0000 (+0000) Subject: Properly indent. X-Git-Tag: v8.0.0~12151 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3203885b9de32687f9fe18012ac3f0a162a6f725;p=dealii.git Properly indent. git-svn-id: https://svn.dealii.org/trunk@12534 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 1431160b60..8e4b1b6b5d 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -1100,7 +1100,7 @@ class FullMatrix : public Table<2,number> template double least_squares (Vector &dst, Vector &src); -//@} + //@} /** @addtogroup Exceptions * @{ */