]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Added missing pop
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 25 Jun 1999 15:57:40 +0000 (15:57 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 25 Jun 1999 15:57:40 +0000 (15:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@1471 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a38f40389c76ff728bda15d08c4471eaee9f51cc..7a3c383a3f846777069fc6088c2943313dedb386 100644 (file)
@@ -78,7 +78,10 @@ class SolverCG : public Solver<Matrix,Vector>
                                      * of the actual solution process and
                                      * deallocated at the end.
                                      */
-    Vector *Vr, *Vp, *Vz, *VAp;
+    Vector *Vr;
+    Vector *Vp;
+    Vector *Vz;
+    Vector *VAp;
     
                                     /**
                                      * Within the iteration loop, the
@@ -157,7 +160,7 @@ SolverCG<Matrix,Vector>::solve (const Matrix &A,
       memory.free(Vp);
       memory.free(Vz);
       memory.free(VAp);
-      
+      deallog.pop();
       return success;
     };
   

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.