From a9a507e6b83dcd73dbf71dde2b41672b58e105bb Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 18 Oct 2006 00:28:53 +0000 Subject: [PATCH] Remove unnecessary using namespace declarations. git-svn-id: https://svn.dealii.org/trunk@14013 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/source/polynomials_abf.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/base/source/polynomials_abf.cc b/deal.II/base/source/polynomials_abf.cc index e09516305c..fc13c0c1ae 100644 --- a/deal.II/base/source/polynomials_abf.cc +++ b/deal.II/base/source/polynomials_abf.cc @@ -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,7 @@ #include #include #include -using namespace std; -using namespace Polynomials; + template -- 2.39.5