]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
copyright and divider lines
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Mar 2005 00:48:42 +0000 (00:48 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Mar 2005 00:48:42 +0000 (00:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@10283 0785d39b-7218-0410-832d-ea1e28bc413d

29 files changed:
deal.II/base/source/auto_derivative_function.cc
deal.II/base/source/conditional_ostream.cc
deal.II/base/source/convergence_table.cc
deal.II/base/source/data_out_base.cc
deal.II/base/source/exceptions.cc
deal.II/base/source/function.cc
deal.II/base/source/function_derivative.cc
deal.II/base/source/function_lib_cutoff.cc
deal.II/base/source/function_parser.cc
deal.II/base/source/function_time.cc
deal.II/base/source/job_identifier.cc
deal.II/base/source/log.cc
deal.II/base/source/memory_consumption.cc
deal.II/base/source/multithread_info.cc
deal.II/base/source/parameter_handler.cc
deal.II/base/source/path_search.cc
deal.II/base/source/polynomial_space.cc
deal.II/base/source/polynomials_bdm.cc
deal.II/base/source/polynomials_p.cc
deal.II/base/source/quadrature.cc
deal.II/base/source/quadrature_lib.cc
deal.II/base/source/quadrature_selector.cc
deal.II/base/source/subscriptor.cc
deal.II/base/source/table_handler.cc
deal.II/base/source/tensor.cc
deal.II/base/source/tensor_function.cc
deal.II/base/source/tensor_product_polynomials.cc
deal.II/base/source/thread_management.cc
deal.II/base/source/timer.cc

index 5527ffea404442cdfa9b01b0da695e7c18fbdc2a..f4c747781d36a8b8b48013c9b985fdc241e894cb 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.
 //
-//--------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/point.h>
index 9fad723a5fc194e453c4fba67a03e294a6452186..ee6300a2979a6e3e3d995896f567333ac5a01860 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  log.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  log.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 #include <base/conditional_ostream.h>
 
index 6b7ac3291758a096f283d3016d7198c065da8f01..a009bc72b5cb930c77ec41b861990108fb2b45cd 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  convergence_table.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  convergence_table.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/convergence_table.h>
index ab92b15abb8579d1cf0d625f7a91f79996210c40..d38a4eb30969b4ad63f10b0d1f59b4282f28e225 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  data_out_base.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  data_out_base.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/data_out_base.h>
@@ -3079,7 +3079,7 @@ void DataOutBase::write_tecplot (const std::vector<Patch<dim,spacedim> > &patche
 
 
 
-//--------------------------------------------------------
+//---------------------------------------------------------------------------
 // Macros for handling Tecplot API data
 
 #ifdef DEAL_II_HAVE_TECPLOT
@@ -3153,7 +3153,7 @@ void DataOutBase::write_tecplot (const std::vector<Patch<dim,spacedim> > &patche
 
 
 #endif
-//--------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 
index f4537fc30ad0f08b1f67bd38dd8232b2250430ae..83cf499c27561da72517a3ca5048ab60d73c0644 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  exceptions.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  exceptions.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/exceptions.h>
index 428c730a8da0e8414bda70afe70223414f968cfe..0d69ab508cc7942c6aa9b49ac1543d57978168b7 100644 (file)
@@ -211,7 +211,7 @@ Function<dim>::memory_consumption () const
 }
 
 
-//------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <int dim>
 ZeroFunction<dim>::ZeroFunction (const unsigned int n_components)
@@ -319,7 +319,7 @@ void ZeroFunction<dim>::vector_gradient_list (const std::vector<Point<dim> >
     };
 }
 
-//------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 template <int dim>
@@ -397,7 +397,7 @@ ConstantFunction<dim>::memory_consumption () const
   return sizeof (*this);
 }
 
-//------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 template <int dim>
 ComponentSelectFunction<dim>::
index d7039233afc6a366097dd0dea54ff86079ec9c60..3a5688f5c50bb4ca0d80f6003e3d8e56c3075d0b 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.
 //
-//--------------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/point.h>
index 18023aa2afc0783080414c1579154967cdb06a4d..46c81517d1b3120259289aa26af3fcb0dd3eaaf8 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  function_lib.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  function_lib.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/tensor.h>
index c9cf0cf909e51a2fe9c308155512cf68c2ce3e05..a695395d47f6dc1d1b9b68ee7a419ffd31610440 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  function_parser.cc ---------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  function_parser.cc ---------------------
+//---------------------------------------------------------------------------
 
 #include <base/function_parser.h>
 #include <base/point.h>
index 00aadd4aec520925637fd7a7daf90e1015e965f0..68375c6f8d07dfc6d04a74060ab882d56365cd16 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  function_time.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  function_time.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/function_time.h>
index c5428997812e96f8d889649308f5f7e03add4d57..833fcb284b0ab2828b87ce3237a9d36d857af7fc 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  job_identifier.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  job_identifier.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/job_identifier.h>
index 6e5e135dd555f4af018d3f806a8679b124c35208..d917bb21d324d8aa7ae638d0ff932cda496f1bdb 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  log.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  log.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/logstream.h>
index eef0f2733441622eaedfb8cd8cfe05cdd420c12d..d6d5a84ec58344771e83ea1ed8d60413b1ba1c4c 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  function.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  function.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/memory_consumption.h>
index 7b6b3b3d173bcc1a973b65a5bd0bb180168fe22d..b3e3c6038332d597132ceec5a646bd3c79208c31 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  multithread_info.cc  ----------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  multithread_info.cc  ----------------
+//---------------------------------------------------------------------------
 
 
 #include <base/multithread_info.h>
index 4709fc7b30f5b12bb8c7edf1d54b44a4692e6955..04cc4fdf060591792c59b8a4cf2d1091c2d4cc99 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  parameter_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 #include <base/parameter_handler.h>
 #include <base/logstream.h>
index a7a411cf4523f76de0af736ed3e7727f45ecd83d..88b6ecba8d97da38ca4f5d7e4909f813cec07f3a 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.
 //
-//--------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/path_search.h>
 #include <base/logstream.h>
index ac09aba2f8d7398e78288ea23092fad05b2c879a..a60f6c2c9a43db11ca6d3dd828cc2f5a40b8994b 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------  polynomial_space.cc  ------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------  polynomial_space.cc  ------------
+//---------------------------------------------------------------------------
 
 
 #include <base/polynomial_space.h>
index fc249addfc2a0c49c4f096183cc896222cd07760..7e5e76c7d32a7bc21e12be9d92c547878ffefd04 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.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/polynomials_bdm.h>
 #include <base/quadrature_lib.h>
index b097ea07098633e4aaa02e69a8c7fd0fbeea33e1..a8d7aa772d6591d3c961cedfaa86b31b916541af 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.
 //
-//-------------------------------------------------------------------
+//---------------------------------------------------------------------------
 
 #include <base/polynomials_p.h>
 
index fe1e4025f30cba3ad86c173a1b3695ab3ec8d280..44ba690bd719d81f810034d64d6d6df6cbe08b33 100644 (file)
@@ -234,7 +234,7 @@ Quadrature<dim>::memory_consumption () const
 }
 
 
-//----------------------------------------------------------------------//
+//---------------------------------------------------------------------------
 
 
 
index 37b8c057fb86819ae0f62a1cf52356fb33eab66e..3078829ce0df8b74443633a3b293471b291948a1 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  quadrature_lib.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  quadrature_lib.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_lib.h>
index 8b51d9ec0d2e69e2b1434f5fcb231f21d6ad1ba4..3eee6c48f5820627cb4c4ebb7fbefb1b39b17fab 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  quadrature_selector.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  quadrature_selector.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/quadrature_selector.h>
index 90af76d623e5413e098202d39cbf7428e65fbf2f..d5e318afd5b3910104bceccbeeeea83873e393c0 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  subscriptor.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  subscriptor.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/thread_management.h>
index fa684070b404a8f15f026ad83ff7a76d4d8c87e5..e453761a9cdd7436dad0abcc505d54997784962f 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  table_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  table_handler.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/table_handler.h>
index b27907abdd446e123cdda66e3557df5a49f40176..e8598f43432bd6c729c439c9a6539528e407047d 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  tensor.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/tensor.h>
index 5c877df8810e512e099eec5f0d92d24832a960b7..49b62259be02d35f36d500ee329080161ab28fa4 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  tensor_function.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $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_function.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/tensor_function.h>
index 6c2ed5da7cd5806bcaff8b381d5493ad561b018f..69421985686e6c025d8be086a2e584009af07d16 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------  tensor_product_polynomials.cc  ------------
+//---------------------------------------------------------------------------
 //    $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.cc  ------------
+//---------------------------------------------------------------------------
 
 
 #include <base/tensor_product_polynomials.h>
index 7708913b298f8fecd62ca2fe30866a5b46a6ccb1..7ef995c9bb0ff00d4b1bf391120d629a3f977b58 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  thread_management.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  thread_management.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/thread_management.h>
index f30e469185b67bbad4c7b2aeb5f2bc4799f6d1d5..04bc85293bdee8ea087fd06fb168a29c928bede8 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  timer.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  timer.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 
 #include <base/timer.h>

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.