]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
missing access to log_result flag
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jul 2002 11:16:19 +0000 (11:16 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jul 2002 11:16:19 +0000 (11:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@6255 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1f4c0b8e7d63b5da33b917ffcc4df8552b6216d2..2059ae3177bda6ce293b4448d2b9a2e3e6219da2 100644 (file)
@@ -264,7 +264,7 @@ class SolverControl : public Subscriptor
     void log_history (const bool);
 
                                     /**
-                                     * Returns the log_history flag.
+                                     * Returns the @p{log_history} flag.
                                      */
     bool log_history () const;
     
@@ -278,6 +278,11 @@ class SolverControl : public Subscriptor
                                      */
     void log_result (const bool);
     
+                                    /**
+                                     * Returns the @p{log_result} flag.
+                                     */
+    bool log_result () const;
+    
   protected:
                                     /**
                                      * Maximum number of steps.
@@ -524,6 +529,14 @@ SolverControl::log_result (const bool newval)
 
 
 
+inline bool
+SolverControl::log_result () const
+{
+  return m_log_result;
+}
+
+
+
 inline double
 ReductionControl::reduction () const
 {

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.