-// $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 <base/logstream.h>
#include <fstream>
-/* $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 <iostream>
#include <fstream>
}
-
-// $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 <fstream>
#include <base/subscriptor.h>
};
-
int main()
{
ofstream logfile("reference.output");
SmartPointer<Test> t=const_cast<Test*>(&b);
SmartPointer<const Test> 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
DEAL::Construct D
DEAL::Destruct D
--------------------------------------------------------
-An error occurred in line <20> of file <source/subscriptor.cc> in function
+An error occurred in line <29> of file <source/subscriptor.cc> in function
Subscriptor::~Subscriptor()
The violated condition was:
counter == 0
-// $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 <base/tensor.h>
#include <base/logstream.h>
-// $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 <base/timer.h>
#include <base/logstream.h>