]> https://gitweb.dealii.org/ - dealii.git/commitdiff
copyright and divider lines
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 28 Mar 2005 23:37:00 +0000 (23:37 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 28 Mar 2005 23:37:00 +0000 (23:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@10274 0785d39b-7218-0410-832d-ea1e28bc413d

37 files changed:
deal.II/base/include/base/auto_derivative_function.h
deal.II/base/include/base/conditional_ostream.h
deal.II/base/include/base/convergence_table.h
deal.II/base/include/base/data_out_base.h
deal.II/base/include/base/exceptions.h
deal.II/base/include/base/function.h
deal.II/base/include/base/function_derivative.h
deal.II/base/include/base/function_lib.h
deal.II/base/include/base/function_parser.h
deal.II/base/include/base/function_time.h
deal.II/base/include/base/job_identifier.h
deal.II/base/include/base/logstream.h
deal.II/base/include/base/memory_consumption.h
deal.II/base/include/base/multithread_info.h
deal.II/base/include/base/parameter_handler.h
deal.II/base/include/base/path_search.h
deal.II/base/include/base/point.h
deal.II/base/include/base/polynomial.h
deal.II/base/include/base/polynomial_space.h
deal.II/base/include/base/polynomials_bdm.h
deal.II/base/include/base/polynomials_p.h
deal.II/base/include/base/quadrature.h
deal.II/base/include/base/quadrature_lib.h
deal.II/base/include/base/quadrature_selector.h
deal.II/base/include/base/smartpointer.h
deal.II/base/include/base/subscriptor.h
deal.II/base/include/base/symmetric_tensor.h
deal.II/base/include/base/table.h
deal.II/base/include/base/table_handler.h
deal.II/base/include/base/template_constraints.h
deal.II/base/include/base/tensor.h
deal.II/base/include/base/tensor_base.h
deal.II/base/include/base/tensor_function.h
deal.II/base/include/base/tensor_product_polynomials.h
deal.II/base/include/base/thread_management.h
deal.II/base/include/base/timer.h
deal.II/base/include/base/vector_slice.h

index ff53f9baadf63e0f4674d65718f48eeea7d22f17..fc5d9dd476c22a249792df07b255f4e55035731e 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  auto_derivative_function.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003, 2004 by the deal authors
+//    Copyright (C) 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  auto_derivative_function.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__auto_derivative_function_h
 #define __deal2__auto_derivative_function_h
 
index 9ea9ae257d4e07070c7045919ad3c325be8a065b..b07ac33343babd267a09301211b38b44d830b756 100644 (file)
@@ -1,4 +1,4 @@
-//-----------------------  conditional_ostream.h  ----------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-----------------------  conditional_ostream.h  ----------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__conditional_ostream_h
 #define __deal2__conditional_ostream_h
 
index 47f7cc07d3b99a75ac8adb436d0f45c7c6ec3b92..a20cafa21dbbac66069ab577fdb7085d54be7de0 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  convergence_table.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  convergence_table.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__convergence_table_h
 #define __deal2__convergence_table_h
 
index abf7fefb53ea30ba43bf51c5ccf6386c46bf081d..e556fcf7e3844b37befc1444c806be8a3ae90700 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  data_out_base.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 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.
 //
-//----------------------------  data_out_base.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__data_out_base_h
 #define __deal2__data_out_base_h
 
index 007f0757ae81c06db8ba6754625259e8d9b311ba..45d73e90d2b00302fcb90cb6774bc659dc1c3a6f 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index db4b953b9739ddbdba3440c3b526d435ca367761..838954c84802bc90633ba0307db3234c597aaa8c 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index bd1bb05198c4f85514c696d3a8cfa9523ae6c5b5..d457621104f8c734b73ab57e8ad2e063d5b0c190 100644 (file)
@@ -1,15 +1,15 @@
-//-------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 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.
 //
-//-------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__function_derivative_h
 #define __deal2__function_derivative_h
 
index c2ba84eef26c9810cca22ef91a5a0c3e6e81dc67..5088858d66b3ed89c3c6efa37ea1cb6440ff4019 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index d4f38011d725410f59ad1b95fc32a6c92d0cdd58..58de5a2e6dd8c6558900c35a2934a20556a3e0c1 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------- function_parser.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal authors
+//    Copyright (C) 2005 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.
 //
-//----------------------- function_parser.h  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #ifndef __deal2__function_parser_h
index b309320af06eb52b6c98aa03fd035c251f080b7e..bccb9b938c5e0c255b98d4c7c21d13e29d7baf4d 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  function_time.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  function_time.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__function_time_h
 #define __deal2__function_time_h
 
index e2d4eee55b440678b0e44a4081f3b50421e04156..c18bf4fbb9197132e4f90684f698a459f81f7c17 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  job_identifier.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  job_identifier.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__job_identifier_h
 #define __deal2__job_identifier_h
 
index 2e3da85f6ba33bd9b908f5f8563cd71f579ff62a..7421fcfd6f4bb82f356f2dae19b428c7486b1726 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  logstream.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  logstream.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__logstream_h
 #define __deal2__logstream_h
 
index 8de06bb4b57809c6cc81c5691708478be9884c89..1ffed6c1d1a5654144b642df29304eff44dd9d1c 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  memory_consumption.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  memory_consumption.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__memory_consumption_h
 #define __deal2__memory_consumption_h
 
index 0890db0fbe7997dc2db2fec6ae29a9d8cc80cbe6..fcbfe5b091241d55ce05774f79948480e72a2c38 100644 (file)
@@ -1,18 +1,18 @@
-//----------------------------   multithread_info.h     ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003 by the deal authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------   multithread_info.h     ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__multithread_info_h
 #define __deal2__multithread_info_h
-//----------------------------   multithread_info.h     ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/config.h>
@@ -123,7 +123,7 @@ extern MultithreadInfo multithread_info;
 
 
 
-//----------------------------   multithread_info.h     ---------------------------
+//---------------------------------------------------------------------------
 // end of #ifndef __deal2__multithread_info_h
 #endif
-//----------------------------   multithread_info.h     ---------------------------
+//---------------------------------------------------------------------------
index eea2440fb2ce466ff2ad8f038e5ec4a2b9e34910..e33c7f905c4d81da53d33c9531c319df4fe94fdb 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  parameter_handler.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  parameter_handler.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__parameter_handler_h
 #define __deal2__parameter_handler_h
 
index 11c46e644612e301ecb3fa94b09a89528bc4f582..eb4274e90d6689844299e9ae91ab2900d764e95e 100644 (file)
@@ -1,4 +1,4 @@
-//-----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__path_search_h
 #define __deal2__path_search_h
 
index ec2ebbea5cedb79369fa06bbdda5956135eef383..49139601fd73a1354efc259c697156eb0049713d 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  point.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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.
 //
-//----------------------------  point.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__point_h
 #define __deal2__point_h
 
index 69132c77d5d6f38ef40b809fe3d913bbc1d9e586..6c1365a1a2cf94b8b41c2c0bd69b2ff95d6aaa3b 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000 - 2005 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index ceb2fc5e859ca5f5ab4079974ecfa97ca6376b09..078775d5cc79282e1f475da33dceaa96d8b04f2c 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------  polynomials.h  -------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005 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.
 //
-//----------------------  polynomials.h  -------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__polynomial_space_h
 #define __deal2__polynomial_space_h
 
index 058c7a74bfd3669ca703b1619163af11c391f98c..d4b832ca4d70e6e21629f1816085e0137002e3a5 100644 (file)
@@ -1,4 +1,4 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__polynomials_BDM_h
 #define __deal2__polynomials_BDM_h
 
index 05e84e5f287d9f68476b9e1a1f2a2fb9309fab8e..0c7a308d3cdda8c3be937b2b35405f6ede9ac6b3 100644 (file)
@@ -1,4 +1,4 @@
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__polynomials_P_h
 #define __deal2__polynomials_P_h
 
index 575904166982d9447c34b601db2a6aa887d4795d..d36acc1f5da91e4af839aea0f15f6be03bb7e0b7 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
index 30ee033800e59bbd409fb556fe0f765906ff034e..6ed2d91bcf85a737aceb45e8ff3453c1b547ccb9 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  quadrature_lib.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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_lib.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__quadrature_lib_h
 #define __deal2__quadrature_lib_h
 
index 7778980c6819bf9eeed99dbe80c938d5f9271aaa..062b42152b8bf86e010c55a194601b09fce4a7bb 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  quadrature_selector.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2003, 2004 by the deal authors
+//    Copyright (C) 2003, 2004 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_selector.h  ---------------------------
+//---------------------------------------------------------------------------
 
 #ifndef __deal2__quadrature_selector_h
 #define __deal2__quadrature_selector_h
index 44e648622681019f775c67fef58c79b1f8ef619e..f780daf602bffc1b9bf826b1361b185d328fd644 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  smartpointer.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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.
 //
-//----------------------------  smartpointer.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__smartpointer_h
 #define __deal2__smartpointer_h
 
index b9b44627981c33b0a950e714a87054bfb4bd081d..e30324b27364c7f26a5551aa36e53fdb532ddf26 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  subscriptor.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998 - 2005 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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.
 //
-//----------------------------  subscriptor.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__subscriptor_h
 #define __deal2__subscriptor_h
 
@@ -214,7 +214,7 @@ class Subscriptor
     mutable const std::type_info * object_info;
 };
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 // If we are in optimized mode, the subscription checking is turned
 // off. Therefore, we provide inline definitions of subscribe and
index 3bcc1d64fba487b6712b9450ee11c07952ed0f27..c52b1bd999b822874cdcac65e5593c6f7c6f0663 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  symmetric_tensor.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2005 by the deal authors
+//    Copyright (C) 2005 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.
 //
-//----------------------------  symmetric_tensor.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__symmetric_tensor_h
 #define __deal2__symmetric_tensor_h
 
index 8dd9815fec73611207333a903d6fd945e283f81b..079f4e249a50ccb5f9f8cd117c5e70a7517b239a 100644 (file)
@@ -1,15 +1,15 @@
-//-----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 2002, 2003, 2004, 2005 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.
 //
-//-----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__table_h
 #define __deal2__table_h
 
@@ -2564,7 +2564,7 @@ Table<1,T>::operator () (const unsigned int i)
 }
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <typename T>
 Table<2,T>::Table ()
@@ -2689,7 +2689,7 @@ Table<2,T>::n_cols () const
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 template <typename T>
 TransposeTable<T>::TransposeTable ()
@@ -2788,7 +2788,7 @@ TransposeTable<T>::n_cols () const
 
 
 
-//----------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 template <typename T>
index 7caea63b350a051612846211fc4784ab27cf954e..fd90aa1966671414f464367ac24e606bf92ec42b 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  table_handler.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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.
 //
-//----------------------------  table_handler.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__table_handler_h
 #define __deal2__table_handler_h
 
index 23c463e50d56248149525b67eac5f82be7640442..47a426d9043d983f01585f4e41a1e441be20b342 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  template_constraints.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2003, 2004 by the deal authors
+//    Copyright (C) 2003, 2004 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.
 //
-//----------------------------  template_constraints.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__template_constraints_h
 #define __deal2__template_constraints_h
 
index ac72d4a9387862c8985fddc618f4ffd0dd726ece..742d0fc7a6084b7e493453b3c1cd2e1406d24eb7 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tensor.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__tensor_h
 #define __deal2__tensor_h
 
index a66e9b6be832757fac7bc3b89fe9412347c09746..b66ce4be3e6b2b77605d509d5bb2f5ea0033c826 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tensor_base.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 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_base.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__tensor_base_h
 #define __deal2__tensor_base_h
 
index 1624cd782c047fd540eceea7ae421ad365a2bbcc..fcad0c1034ec8f44e1446d3f040a2965bbcb9648 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  tensor_function.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 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_function.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__tensor_function_h
 #define __deal2__tensor_function_h
 
index ae7d4b3f73a83460dbd82088971948ec53462620..147836a3bf919e43b8b3b113e81f567c6912ccbf 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------  tensor_product_polynomials.h  -------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------  tensor_product_polynomials.h  -------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__tensor_product_polynomials_h
 #define __deal2__tensor_product_polynomials_h
 
index 1449c99099baa5b7279366c6936fc504a9018501..0570e200a54deccff986133b49f1bae8715fbe1b 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  thread_management.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 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.
 //
-//----------------------------  thread_management.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__thread_management_h
 #define __deal2__thread_management_h
 
@@ -6653,7 +6653,7 @@ namespace Threads
 /// @endif
 
 
-//----------------------------   thread_management.h     ---------------------------
+//---------------------------------------------------------------------------
 // end of #ifndef __deal2__thread_management_h
 #endif
-//----------------------------   thread_management.h     ---------------------------
+//---------------------------------------------------------------------------
index 39c209bd7ccdac13ddef9200567e1d587500f992..8990687af8b73788ce0018c5ff57c1dfa5ce58c6 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  timer.h  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 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.h  ---------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__timer_h
 #define __deal2__timer_h
 
index 9a54fa84eecefb924d4d17a2024fb5f78cae7fb5..27db62c57eeaefc4df65e81ae56ead0ab018f5a1 100644 (file)
@@ -1,15 +1,15 @@
-//---------------------------------------------------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004 by the deal authors
+//    Copyright (C) 2004 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.
 //
-//---------------------------------------------------------------------
+//---------------------------------------------------------------------------
 #ifndef __deal2__vector_slice_h
 #define __deal2__vector_slice_h
 
@@ -95,7 +95,7 @@ make_slice (VECTOR& v, unsigned int start, unsigned int length)
 
 
 
-//-------------- member functions --------------------//
+//---------------------------------------------------------------------------
 
 template <class VECTOR>
 inline

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.