From: bangerth Date: Fri, 12 Aug 2011 21:13:52 +0000 (+0000) Subject: Clean up unused variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8ead72097879f263fcee3b5b5b826f77e8459b2;p=dealii-svn.git Clean up unused variable. git-svn-id: https://svn.dealii.org/trunk@24053 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/mapping.cc b/tests/fe/mapping.cc index 867a884a54..b41ca661ce 100644 --- a/tests/fe/mapping.cc +++ b/tests/fe/mapping.cc @@ -1,5 +1,5 @@ // 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. @@ -27,7 +27,6 @@ #define PRECISION 2 -char fname[50]; template inline void diff --git a/tests/fe/transfer.cc b/tests/fe/transfer.cc index 2d1f34f201..91170eb7d9 100644 --- a/tests/fe/transfer.cc +++ b/tests/fe/transfer.cc @@ -2,7 +2,7 @@ // 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 @@ -35,7 +35,6 @@ #include #include -char fname[50]; #define TEST(dim, l, el, deg) { el fe(deg); \ deallog << # el << '<' << dim << ">(" << deg << ')' << std::endl; \