From 35d10968f227e03c13e2cc097bff7c11d2f6de97 Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 22 Jun 2005 17:07:32 +0000 Subject: [PATCH] Fix header and doc git-svn-id: https://svn.dealii.org/trunk@10928 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/dgp_monomial_1.cc | 16 ++++++++-------- tests/fe/dgp_monomial_2.cc | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/fe/dgp_monomial_1.cc b/tests/fe/dgp_monomial_1.cc index 7549a23341..146f4fc3c7 100644 --- a/tests/fe/dgp_monomial_1.cc +++ b/tests/fe/dgp_monomial_1.cc @@ -1,6 +1,6 @@ -//---------------------------- q_2.cc --------------------------- -// q_2.cc,v 1.1 2003/05/05 13:49:41 wolf Exp -// Version: +//---------------------------- dgp_monomial_1.cc --------------------------- +// $Id: dgp_monomial_1.cc,v 1.1 2003/05/05 13:49:41 wolf Exp +// Version: $Name$ // // Copyright (C) 2003, 2004, 2005 by the deal.II authors // @@ -9,13 +9,13 @@ // to the file deal.II/doc/license.html for the text and // fuqher information on this license. // -//---------------------------- q_2.cc --------------------------- +//---------------------------- dgp_monomial_1.cc --------------------------- -// Just output the embedding matrices of the FE_Q element. Test -// introduced when we started to compute them on the fly, rather than -// precomputing them for a number of elements and storing them in a -// table +// Just output the embedding matrices of the FE_DGPMonomial +// element. Test introduced when we started to compute them on the +// fly, rather than precomputing them for a number of elements and +// storing them in a table #include "../tests.h" #include diff --git a/tests/fe/dgp_monomial_2.cc b/tests/fe/dgp_monomial_2.cc index 13e127a612..651403bd61 100644 --- a/tests/fe/dgp_monomial_2.cc +++ b/tests/fe/dgp_monomial_2.cc @@ -1,6 +1,6 @@ -//---------------------------- q_4.cc --------------------------- -// q_4.cc,v 1.1 2003/05/08 14:54:41 wolf Exp -// Version: +//---------------------------- dgp_monomial_2.cc --------------------------- +// $Id: dgp_monomial_2.cc,v 1.1 2003/05/08 14:54:41 wolf Exp +// Version: $Name$ // // Copyright (C) 2003, 2005 by the deal.II authors // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // fuqher information on this license. // -//---------------------------- q_4.cc --------------------------- +//---------------------------- dgp_monomial_2.cc --------------------------- // previously, the FETools::get_interpolation_matrix function would -- 2.39.5