]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reindent.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 May 2000 10:56:14 +0000 (10:56 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 May 2000 10:56:14 +0000 (10:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@2873 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/solver_control.cc

index d2577d40423d10fb16a336fa1120cb23150d0913..81d27b2a13f6d7a3dbbc3c03f9e9eeb31117289f 100644 (file)
@@ -33,10 +33,12 @@ SolverControl::SolverControl (const unsigned int maxiter,
 {};
 
 
+
 SolverControl::~SolverControl() 
 {};
 
 
+
 SolverControl::State
 SolverControl::check (const unsigned int step,
                      const double check_value)
@@ -48,18 +50,16 @@ SolverControl::check (const unsigned int step,
   lvalue = check_value;
 
   if ((step==0) && log_result)
-    {
-      deallog << "Starting value " << check_value << endl;
-    }
+    deallog << "Starting value " << check_value << endl;
 
-
-if (step>=maxsteps)
+  if (step >= maxsteps)
     {
       if (log_result)
        deallog << "Failure step " << step
                << " value " << check_value << endl;
       return failure;
     }
+
   if (check_value <= tol)
     {
       if (log_result)
@@ -71,6 +71,7 @@ if (step>=maxsteps)
 };
 
 
+
 double
 SolverControl::last_value() 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.