From: Wolfgang Bangerth Date: Mon, 20 Mar 2000 08:42:20 +0000 (+0000) Subject: Remove bogus indentation. X-Git-Tag: v8.0.0~20776 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b8b3ca51f2c70227d3f44b455a93af99b0fe47;p=dealii.git Remove bogus indentation. git-svn-id: https://svn.dealii.org/trunk@2597 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/base.h b/deal.II/deal.II/include/numerics/base.h index 1c0d1abcc5..b4ba0b01ab 100644 --- a/deal.II/deal.II/include/numerics/base.h +++ b/deal.II/deal.II/include/numerics/base.h @@ -90,7 +90,8 @@ * @author Wolfgang Bangerth, 1998 */ template -class ProblemBase { +class ProblemBase +{ public: /** * Declare a data type which denotes a @@ -188,7 +189,7 @@ class ProblemBase { virtual void fill_data (DataOut &) const; -/** + /** * Return the name of the solution as a * #string#. The default implementation * returns #"solution"#.