From: kanschat Date: Wed, 6 Feb 2008 17:05:44 +0000 (+0000) Subject: new LogStream and GrowingVectorMemory semantics X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc0baf27acc7a75c066ae71a104f99a20f6b3884;p=dealii-svn.git new LogStream and GrowingVectorMemory semantics git-svn-id: https://svn.dealii.org/trunk@15720 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lapack/solver_cg.cc b/tests/lapack/solver_cg.cc index 90a6bf3f8c..f05e44c826 100644 --- a/tests/lapack/solver_cg.cc +++ b/tests/lapack/solver_cg.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2006 by the deal.II authors +// Copyright (C) 2006, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -66,7 +66,7 @@ int main() { std::ofstream logfile("solver_cg/output"); // logfile.setf(std::ios::fixed); - logfile.precision(4); + deallog << std::setprecision(4); deallog.attach(logfile); deallog.depth_console(0); deallog.threshold_double(1.e-10); diff --git a/tests/lapack/solver_cg/cmp/generic b/tests/lapack/solver_cg/cmp/generic index 3b3e723875..343ef8235c 100644 --- a/tests/lapack/solver_cg/cmp/generic +++ b/tests/lapack/solver_cg/cmp/generic @@ -71,5 +71,3 @@ DEAL:ssor:cg::Condition number estimate: 5.715 DEAL:ssor:cg::Condition number estimate: 5.718 DEAL:ssor:cg::Convergence step 8 value 0.0005816 DEAL:ssor:cg:: 0.1457 0.3791 0.4599 0.5650 0.6652 0.7548 0.8330 -DEAL::GrowingVectorMemory:Overall allocated vectors: 32 -DEAL::GrowingVectorMemory:Maximum allocated vectors: 4