From: bangerth Date: Wed, 18 Oct 2006 00:28:53 +0000 (+0000) Subject: Remove unnecessary using namespace declarations. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9a507e6b83dcd73dbf71dde2b41672b58e105bb;p=dealii-svn.git Remove unnecessary using namespace declarations. git-svn-id: https://svn.dealii.org/trunk@14013 0785d39b-7218-0410-832d-ea1e28bc413d --- 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