]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move everything into namespace dealii
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Oct 2006 02:48:23 +0000 (02:48 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Oct 2006 02:48:23 +0000 (02:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@14039 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/deal_solver_04/cmp/generic
tests/bits/deal_solver_05/cmp/generic
tests/tests.h

index 2515ebf5641b81690c401b545be087505dd62010..eb5cefe117302a3ee103a8b7dbd294a6786225bb 100644 (file)
@@ -1,6 +1,6 @@
 
 DEAL::Size 32 Unknowns 961
-DEAL::Solver type: 12SolverMinResI6VectorIdEE
+DEAL::Solver type: N6dealii12SolverMinResINS_6VectorIdEEEE
 DEAL:minres::Starting value 31.00
 DEAL:minres::Convergence step 43 value 0.0006916
 DEAL::Solver stopped after 43 iterations
index 0d62be65687668da96108ad0de9c4ba7a29e0d75..0d9ced669043945808f0893bbf42b776988d3ffc 100644 (file)
@@ -1,6 +1,6 @@
 
 DEAL::Size 32 Unknowns 961
-DEAL::Solver type: 10SolverQMRSI6VectorIdEE
+DEAL::Solver type: N6dealii10SolverQMRSINS_6VectorIdEEEE
 DEAL:QMRS::Starting value 31.00
 DEAL:QMRS::Convergence step 46 value 0.0009063
 DEAL::Solver stopped after 46 iterations
index c7e4993f6abd57eaeb9135b1edf79c686c589c90..8beb10012753a50516117c05361c0083348f8eb3 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 #include <base/exceptions.h>
 #include <cmath>
 
+
+// implicitly use the deal.II namespace everywhere, without us having to say
+// so in each and every testcase
+using namespace dealii;
+
+
 // overload floating point output operators for LogStream so that small
 // numbers below a certain threshold are simply printed as zeros. this removes
 // a number of possible places where output may differ depending on platform,

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.