From: guido Date: Tue, 22 Feb 2000 18:05:55 +0000 (+0000) Subject: new heads X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2dfa408adf18e36cf6d4672011b7166ff78220;p=dealii-svn.git new heads git-svn-id: https://svn.dealii.org/trunk@2471 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/logtest.cc b/tests/base/logtest.cc index 83fdf300c2..c34c198846 100644 --- a/tests/base/logtest.cc +++ b/tests/base/logtest.cc @@ -1,5 +1,16 @@ -// $Id$ -// (c) Guido Kanschat, 1999 +//---------------------------- logtest.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- logtest.cc --------------------------- + #include #include diff --git a/tests/base/quadrature_test.cc b/tests/base/quadrature_test.cc index 729c4ec735..cf81d7db46 100644 --- a/tests/base/quadrature_test.cc +++ b/tests/base/quadrature_test.cc @@ -1,5 +1,16 @@ -/* $Id$ */ -/* Ralf Hartmann, University of Heidelberg, Feb 99 */ +//---------------------------- quadrature_test.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- quadrature_test.cc --------------------------- + #include #include @@ -51,4 +62,3 @@ int main(int,char) } - diff --git a/tests/base/reference.cc b/tests/base/reference.cc index 1811c56f4b..6337a05f36 100644 --- a/tests/base/reference.cc +++ b/tests/base/reference.cc @@ -1,5 +1,16 @@ -// $Id$ -// (c) Guido Kanschat, 1999 +//---------------------------- reference.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- reference.cc --------------------------- + #include #include @@ -30,7 +41,6 @@ public: }; - int main() { ofstream logfile("reference.output"); @@ -45,8 +55,8 @@ int main() SmartPointer t=const_cast(&b); SmartPointer u=&b; - - deallog << "a "; + +deallog << "a "; a.f(); // should print "mutable", since #a# is not const deallog << "b "; b.f(); // should print "const", since #b# is const diff --git a/tests/base/reference.checked b/tests/base/reference.checked index b123517c12..3beef7cc0f 100644 --- a/tests/base/reference.checked +++ b/tests/base/reference.checked @@ -11,7 +11,7 @@ DEAL::Construct C DEAL::Construct D DEAL::Destruct D -------------------------------------------------------- -An error occurred in line <20> of file in function +An error occurred in line <29> of file in function Subscriptor::~Subscriptor() The violated condition was: counter == 0 diff --git a/tests/base/tensor.cc b/tests/base/tensor.cc index 1bf81aa1c3..45ca07a811 100644 --- a/tests/base/tensor.cc +++ b/tests/base/tensor.cc @@ -1,4 +1,16 @@ -// $Id$ +//---------------------------- tensor.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- tensor.cc --------------------------- + #include #include diff --git a/tests/base/timer.cc b/tests/base/timer.cc index 81072350dd..024209a054 100644 --- a/tests/base/timer.cc +++ b/tests/base/timer.cc @@ -1,5 +1,16 @@ -// $Id$ -// (c) Guido Kanschat, 2000 +//---------------------------- timer.cc --------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 1998, 1999, 2000 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------- timer.cc --------------------------- + #include #include