// mapping.cc,v 1.19 2004/01/30 09:56:19 hartmann Exp
-// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010 Ralf Hartmann
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010, 2011 Ralf Hartmann
//
// Shows the shape functions implemented and computes the area of cells.
#define PRECISION 2
-char fname[50];
template<int dim>
inline void
// transfer.cc,v 1.4 2003/04/09 15:49:55 wolf Exp
// Version:
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#include <fstream>
#include <string>
-char fname[50];
#define TEST(dim, l, el, deg) { el<dim> fe(deg); \
deallog << # el << '<' << dim << ">(" << deg << ')' << std::endl; \