]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add include guards for all header files 3693/head
authorDaniel Arndt <d.arndt@math.uni-goettingen.de>
Tue, 20 Dec 2016 22:46:52 +0000 (23:46 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 22 Dec 2016 13:50:47 +0000 (14:50 +0100)
27 files changed:
include/deal.II/algorithms/newton.templates.h
include/deal.II/algorithms/operator.templates.h
include/deal.II/algorithms/theta_timestepping.templates.h
include/deal.II/base/polynomials_bernstein.h
include/deal.II/base/std_cxx1x/array.h
include/deal.II/base/std_cxx1x/bind.h
include/deal.II/base/std_cxx1x/condition_variable.h
include/deal.II/base/std_cxx1x/function.h
include/deal.II/base/std_cxx1x/mutex.h
include/deal.II/base/std_cxx1x/shared_ptr.h
include/deal.II/base/std_cxx1x/thread.h
include/deal.II/base/std_cxx1x/tuple.h
include/deal.II/base/std_cxx1x/type_traits.h
include/deal.II/base/tensor_base.h
include/deal.II/fe/fe_dg_vector.templates.h
include/deal.II/fe/fe_poly.templates.h
include/deal.II/fe/fe_poly_face.templates.h
include/deal.II/matrix_free/dof_info.templates.h
include/deal.II/matrix_free/mapping_info.templates.h
include/deal.II/matrix_free/matrix_free.templates.h
include/deal.II/matrix_free/shape_info.templates.h
include/deal.II/meshworker/dof_info.templates.h
include/deal.II/meshworker/integration_info.templates.h
include/deal.II/meshworker/vector_selector.templates.h
include/deal.II/numerics/dof_output_operator.templates.h
include/deal.II/numerics/error_estimator.templates.h
include/deal.II/numerics/fe_field_function.templates.h

index 4a95e74a026e88dd25d00370a346b206d6d5cdad..43468b785f3445b08e365b24ed3714262b295195 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__newton_templates_h
+#define dealii__newton_templates_h
+
 
 #include <deal.II/algorithms/newton.h>
 
@@ -206,3 +209,5 @@ namespace Algorithms
 
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 9ffb6ed43b81f705a088a3ad916f82b5d04e9b60..21a40493e823fc2709c5490ce86e0fd02b96b0fa 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2006 - 2015 by the deal.II authors
+// Copyright (C) 2006 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__operator_templates_h
+#define dealii__operator_templates_h
+
 
 #include <deal.II/algorithms/operator.h>
 #include <deal.II/base/logstream.h>
@@ -73,3 +76,5 @@ namespace Algorithms
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 99b5b00bcda74d598767dc5ff1c06f43f6cc0e8f..919c8ae4d080afa7f39d53a5587f77814d0822ee 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2006 - 2015 by the deal.II authors
+// Copyright (C) 2006 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__theta_timestepping_templates_h
+#define dealii__theta_timestepping_templates_h
+
 
 #include <deal.II/algorithms/theta_timestepping.h>
 
@@ -145,3 +148,5 @@ namespace Algorithms
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index d3a2dbb8c8e980c9ba575dce3ff00943b4dc2eb4..a4feed04f4653b480b7c40a2da3da0addab95678 100644 (file)
@@ -1,11 +1,27 @@
-#include <deal.II/base/polynomial.h>
-#include <fstream>
-#include <iostream>
+// ---------------------------------------------------------------------
+//
+// Copyright (C) 2013 - 2016 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
 
 #ifndef dealii__polynomials_bernstein_h
 #define dealii__polynomials_bernstein_h
 
 
+#include <deal.II/base/polynomial.h>
+#include <fstream>
+#include <iostream>
+
+
 DEAL_II_NAMESPACE_OPEN
 
 /**
index c8d60e6496b36b64256ba222dc0268a4e3412ab1..7591aae968b53409109c56c2dd7ad7fb825d27c1 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_array_h
+#define dealii__std_cxx1x_array_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/array.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index c434b64a9766b4c1fc9c39bf62233f742ace5075..e0850dd9b45e5cc34620b1e888e5ab057998d44a 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_bind_h
+#define dealii__std_cxx1x_bind_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/bind.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 293676b164930e957e9d2afec325983ee4fdba40..b471c9e0887c978e5fcb0c9972a4ce9f6ebcc885 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_condition_variable_h
+#define dealii__std_cxx1x_condition_variable_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/condition_variable.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index ad4104b105f22fe0685f0823bd0fd5366f434cd3..7aa5dab7a12ee7494ab3c61927bc6a4957924e01 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_function_h
+#define dealii__std_cxx1x_function_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/function.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index d5f05b23d12a453dfb47f14ef2cb3212bb147f76..b396cc581b4aa2e18b54f7e6da86fe7ab3500811 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_mutex_h
+#define dealii__std_cxx1x_mutex_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/mutex.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 7eecd045820cfb9fa549b599d7d0f630d7484972..f6bef9dc5bbd69bd000409db2f1e2f3040a06337 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_shared_ptr_h
+#define dealii__std_cxx1x_shared_ptr_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/shared_ptr.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index fa401512bcc674ab0f467fae7dabded200b851bc..e295587e9fd81b0e552717252f896b73cc8ea55c 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_thread_h
+#define dealii__std_cxx1x_thread_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/thread.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index d19478c447ecdf5822d0755adb33eb05b8a9501a..a2efb455ef4f48d24a48fa622c43abbcec36a1ae 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_tuple_h
+#define dealii__std_cxx1x_tuple_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/tuple.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index de7ec259775d8fdac5a33a912d348f8b590f7c3a..8b241d6ab5a6f5cb1a0d2fd47a063b808a6eaf26 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 by the deal.II authors
+// Copyright (C) 2014-2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__std_cxx1x_type_traits_h
+#define dealii__std_cxx1x_type_traits_h
+
 // this file is deprecated. simply include the one we use now
 #include "../std_cxx11/type_traits.h"
 
@@ -20,3 +23,5 @@
 DEAL_II_NAMESPACE_OPEN
 namespace std_cxx1x = std_cxx11;
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index eb38831dbf871c1a212bcbe31dd14483eb0b3066..038ba9b9c407e42764ea32a78e2af6fb7f656712 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef dealii__tensor_base_h
 #define dealii__tensor_base_h
 #warning This file is deprecated. Use <deal.II/base/tensor.h> instead.
-#endif
 
 #  include <deal.II/base/tensor.h>
+
+#endif
index 8ed1f57e1d27fcbecbf568e700f0e94574830bcd..63052b2593365bc36442df3a2b2a2766e88ccbca 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__fe_dg_vector_templates_h
+#define dealii__fe_dg_vector_templates_h
+
 
 #include <deal.II/fe/fe_dg_vector.h>
 #include <deal.II/fe/fe_tools.h>
@@ -126,3 +129,5 @@ FE_DGVector<PolynomialType,dim,spacedim>::memory_consumption() const
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 5e9f4aae0aa282f9d0af2dfde956f6e3ca57a3ec..8641d8d19293e49410001fe4158d39dfdb1e2fbb 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__fe_poly_templates_h
+#define dealii__fe_poly_templates_h
+
 
 #include <deal.II/base/qprojector.h>
 #include <deal.II/base/polynomial_space.h>
@@ -534,3 +537,5 @@ FE_Poly<PolynomialType,dim,spacedim>::get_poly_space_numbering_inverse () const
 
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index d2f1b776f71a5994a191c8946f6602de81968074..9b3885777653890cecdb71a9b5a7bb1a419e0947 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__fe_poly_face_templates_h
+#define dealii__fe_poly_face_templates_h
+
 
 #include <deal.II/base/qprojector.h>
 #include <deal.II/base/polynomial_space.h>
@@ -194,3 +197,5 @@ fill_fe_subface_values (const typename Triangulation<dim,spacedim>::cell_iterato
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 1ee634d7a4af7901c255e928af57a7bbf4347d2f..fcff576996f489f85880e3057bf3b31556f28ce9 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2011 - 2015 by the deal.II authors
+// Copyright (C) 2011 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__matrix_free_dof_info_templates_h
+#define dealii__matrix_free_dof_info_templates_h
+
 
 #include <deal.II/base/memory_consumption.h>
 #include <deal.II/base/multithread_info.h>
@@ -2008,3 +2011,5 @@ not_connect:
 } // end of namespace internal
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 82ce6b40a432c672546ee6a3666951aa88c36c8d..6e98153867da32f9fcd4f827de502ee597ddfce1 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2011 - 2015 by the deal.II authors
+// Copyright (C) 2011 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,8 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__matrix_free_mapping_info_templates_h
+#define dealii__matrix_free_mapping_info_templates_h
 
 #include <deal.II/base/utilities.h>
 #include <deal.II/base/memory_consumption.h>
@@ -925,5 +927,6 @@ namespace internal
   } // end of namespace MatrixFreeFunctions
 } // end of namespace internal
 
-
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index c6dfab2e8a767899022ceb9cd48c95e3f292a1db..cf2b3bbfbca671096d0896e04051f7b8ad8347c3 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2011 - 2015 by the deal.II authors
+// Copyright (C) 2011 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__matrix_free_templates_h
+#define dealii__matrix_free_templates_h
+
 
 #include <deal.II/base/utilities.h>
 #include <deal.II/base/memory_consumption.h>
@@ -1093,3 +1096,5 @@ namespace internal
 
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index ffb628a250fc9fb3c817fd2bc91004039ea8808d..37d0871793ba2f7135b02f12a546eba444660a1f 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__matrix_free_shape_info_templates_h
+#define dealii__matrix_free_shape_info_templates_h
+
 
 #include <deal.II/base/utilities.h>
 #include <deal.II/base/memory_consumption.h>
@@ -422,3 +425,5 @@ namespace internal
 
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index a585ac680ea2e1b80c7e3e495c008d6be270183a..ee9b9c1cd52d6966f9d382854f95811d524dcedd 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2014 by the deal.II authors
+// Copyright (C) 2009 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__dof_info_templates_h
+#define dealii__dof_info_templates_h
+
+
 #include <deal.II/meshworker/dof_info.h>
 #include <deal.II/base/quadrature_lib.h>
 
@@ -60,3 +64,4 @@ namespace MeshWorker
 
 DEAL_II_NAMESPACE_CLOSE
 
+#endif
index ed25ee5660a1ca6d4cfa4f34ca3fbeb7bc9ba26a..40f18771081e5ff69feac1fce2a9b9389e165d6d 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2015 by the deal.II authors
+// Copyright (C) 2009 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__integration_info_templates_h
+#define dealii__integration_info_templates_h
+
+
 #include <deal.II/meshworker/dof_info.h>
 #include <deal.II/meshworker/integration_info.h>
 #include <deal.II/base/quadrature_lib.h>
@@ -229,3 +233,5 @@ namespace MeshWorker
 
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 805bced4937844d58aac8058c8048b44d01aa969..32a393b58b2fd508d0d226bd42afc9602a85ee96 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2015 by the deal.II authors
+// Copyright (C) 2009 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__vector_selector_templates_h
+#define dealii__vector_selector_templates_h
+
 
 #include <deal.II/meshworker/vector_selector.h>
 #include <deal.II/base/vector_slice.h>
@@ -244,3 +247,5 @@ namespace MeshWorker
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 6d2df704a9dc3d81fa4cce8d8323e2cf3bae9bca..8d45a1fa16e84f7b7082b140cb55069eec0a42f4 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2006 - 2015 by the deal.II authors
+// Copyright (C) 2006 - 2016 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__dof_output_operator_templates_h
+#define dealii__dof_output_operator_templates_h
+
 
 #include <deal.II/numerics/dof_output_operator.h>
 
@@ -67,3 +70,5 @@ namespace Algorithms
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index e1d14072b9968b3233a657b8cb8c7560043d902a..909172d9fce8ba011cbc84579f6050d3e3695665 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__error_estimator_templates_h
+#define dealii__error_estimator_templates_h
+
 #include <deal.II/base/numbers.h>
 #include <deal.II/base/thread_management.h>
 #include <deal.II/base/quadrature.h>
@@ -1308,3 +1311,5 @@ void KellyErrorEstimator<dim, spacedim>::estimate
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 1ca192bbc18bdd596fb1edff2ac3efdc4b4db5e3..e30ff8df306bb14dc6a0a79974015567fbc0bbd4 100644 (file)
@@ -13,6 +13,9 @@
 //
 // ---------------------------------------------------------------------
 
+#ifndef dealii__fe_field_function_templates_h
+#define dealii__fe_field_function_templates_h
+
 
 #include <deal.II/base/utilities.h>
 #include <deal.II/base/logstream.h>
@@ -604,3 +607,5 @@ namespace Functions
 }
 
 DEAL_II_NAMESPACE_CLOSE
+
+#endif

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.