From: young Date: Tue, 15 Jan 2013 14:23:43 +0000 (+0000) Subject: Fix minor doxygen typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95268340401d59536fde1e1d2b5a2ea4bb4abd25;p=dealii-svn.git Fix minor doxygen typo. git-svn-id: https://svn.dealii.org/trunk@28068 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/solver_control.h b/deal.II/include/deal.II/lac/solver_control.h index 0ad4ac21fc..7b9eb3ff2f 100644 --- a/deal.II/include/deal.II/lac/solver_control.h +++ b/deal.II/include/deal.II/lac/solver_control.h @@ -368,7 +368,7 @@ protected: /** * Initial value. */ - double initial_val; + double initial_val; /** * Last value of the convergence criterion. @@ -387,7 +387,7 @@ protected: */ bool check_failure; - /* + /** * Stores the * @p rel_failure_residual set by * @p set_failure_criterion @@ -410,6 +410,7 @@ protected: * @p deallog. */ bool m_log_history; + /** * Log only every nth step. */ @@ -430,7 +431,7 @@ protected: * history data. Set by * enable_history_data(). */ - bool history_data_enabled; + bool history_data_enabled; /** * Vector storing the result @@ -620,7 +621,6 @@ SolverControl::log_history () const } - inline void SolverControl::log_result (const bool newval) { @@ -628,7 +628,6 @@ SolverControl::log_result (const bool newval) } - inline bool SolverControl::log_result () const { @@ -643,7 +642,6 @@ ReductionControl::reduction () const } - inline double ReductionControl::set_reduction (const double t) {