]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove debug output.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 2 Oct 2011 13:06:27 +0000 (13:06 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 2 Oct 2011 13:06:27 +0000 (13:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@24499 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index 2073b261bcca201396f4682aaad68c8ec6b57508..3eb48a4b2c414258dc659f6a596cd1d69a63bf12 100644 (file)
@@ -296,13 +296,12 @@ namespace Step32
              solver.solve(stokes_preconditioner_matrix->block(1,1),
                           dst.block(1), src.block(1),
                           mp_preconditioner);
-             std::cout << solver_control.last_step() << "-";
 
              dst.block(1) *= -1.0;
            }
 
            {
-             stokes_matrix->block(0,1).vmult(utmp, dst.block(1)); //B^T
+             stokes_matrix->block(0,1).vmult(utmp, dst.block(1));
              utmp*=-1.0;
              utmp.add(src.block(0));
            }

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.