// $Id$
// Version: $Name$
//
-// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
{
public:
AutoSinExp();
- virtual ~AutoSinExp() {};
+ virtual ~AutoSinExp() {}
virtual double value (const Point<dim> &p,
const unsigned int component = 0) const;
class ExactSinExp: public AutoSinExp<dim>
{
public:
- ExactSinExp() {};
- ~ExactSinExp() {};
+ ExactSinExp() {}
+ ~ExactSinExp() {}
virtual Tensor<1,dim> gradient (const Point<dim> &p,
const unsigned int component = 0) const;
# $Id$
# Version: $Name$
#
-# Copyright (C) 2003, 2004, 2005 by the deal.II authors
+# Copyright (C) 2003, 2004, 2005, 2007 by the deal.II authors
#
# This file is subject to QPL and may not be distributed
# without copyright and license information. Please refer
print ")${end} { \n";
print " deallog << __PRETTY_FUNCTION__ << std::endl;\n";
print " static X<0> x; return x;\n";
- print " };\n";
+ print " }\n";
}
for ($i=0; $i<=$N; ++$i) {