]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Very minor reformatting.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 May 2000 16:24:42 +0000 (16:24 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 May 2000 16:24:42 +0000 (16:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@2790 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_cg.h

index 81c49d474b9829ac18a19a323f4f92c55fd2b698..0e79f6cacba376a0d749f9bd149532c52629ee69 100644 (file)
@@ -231,7 +231,8 @@ SolverCG<VECTOR>::solve (const MATRIX &A,
       print_vectors(it, x, g, d);
       
       conv = control().check(it,res);
-      if (conv) break;
+      if (conv)
+       break;
       
       precondition(h,g);
       
@@ -243,15 +244,13 @@ SolverCG<VECTOR>::solve (const MATRIX &A,
     };
 
 
-// Deallocate Memory
+                                  // Deallocate Memory
   memory.free(Vr);
   memory.free(Vp);
   memory.free(Vz);
   memory.free(VAp);
  
-  // Output
-
+                                  // Output
   deallog.pop();
  
   if (conv == SolverControl::failure)

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.