// $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/quadrature_lib.h>
#include <iostream>
#include <iomanip>
-using namespace std;
-using namespace Polynomials;
template <int dim>
p_grad_grads(polynomial_space.n())
{
Assert (dim == 2, ExcNotImplemented());
- monomials[0] = Monomial<double> (k+1);
+ monomials[0] = Polynomials::Monomial<double> (k+1);
}
// $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/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