]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix minor doxygen typo.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 15 Jan 2013 14:23:43 +0000 (14:23 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 15 Jan 2013 14:23:43 +0000 (14:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@28068 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/solver_control.h

index 0ad4ac21fc2eba5a75f716e249bc6900e7ac5e92..7b9eb3ff2fa6bb1bb15175424528f523698279c7 100644 (file)
@@ -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)
 {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.