]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove some more unnecessary using namespace declarations.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2006 00:32:10 +0000 (00:32 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Oct 2006 00:32:10 +0000 (00:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@14014 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/polynomials_bdm.cc
deal.II/base/source/polynomials_raviart_thomas.cc

index 83574b543db540e65099b99a56a264df4fad33d7..a9ed0a1e5db3ff74532aa985f2bfe57af2fb5e41 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
@@ -15,8 +15,6 @@
 #include <base/quadrature_lib.h>
 #include <iostream>
 #include <iomanip>
-using namespace std;
-using namespace Polynomials;
 
 
 template <int dim>
@@ -30,7 +28,7 @@ PolynomialsBDM<dim>::PolynomialsBDM (const unsigned int k)
                p_grad_grads(polynomial_space.n())
 {
   Assert (dim == 2, ExcNotImplemented());
-  monomials[0] = Monomial<double> (k+1);
+  monomials[0] = Polynomials::Monomial<double> (k+1);
 }
 
 
index ea7dd0f2d00b28f3b8854bf897d8824b5a805e14..c9753fe13ce4a06ece4f92ee5c3162142910c378 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
@@ -15,8 +15,6 @@
 #include <base/quadrature_lib.h>
 #include <iostream>
 #include <iomanip>
-using namespace std;
-using namespace Polynomials;
 
 
 template <int dim>

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.