]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clean up some whitespace in fe_system.h.
authorDavid Wells <drwells@email.unc.edu>
Sat, 30 Apr 2022 16:09:39 +0000 (12:09 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 30 Apr 2022 23:47:19 +0000 (19:47 -0400)
include/deal.II/fe/fe_system.h

index d9ca910512c978e067b00a50cec363ed71b0f745..276daaf03a6d42ea78076c45669f43b401876915 100644 (file)
 // ---------------------------------------------------------------------
 
 #ifndef dealii_fe_system_h
-#  define dealii_fe_system_h
+#define dealii_fe_system_h
 
+#include <deal.II/base/config.h>
 
-/*----------------------------   fe_system.h     ---------------------------*/
-
-
-#  include <deal.II/base/config.h>
-
-#  include <deal.II/base/thread_management.h>
-
-#  include <deal.II/fe/fe.h>
-#  include <deal.II/fe/fe_tools.h>
-
-#  include <memory>
-#  include <type_traits>
-#  include <utility>
-#  include <vector>
+#include <deal.II/fe/fe.h>
+#include <deal.II/fe/fe_tools.h>
 
+#include <memory>
+#include <type_traits>
+#include <utility>
+#include <vector>
 
 DEAL_II_NAMESPACE_OPEN
 
 // Forward declaration
-#  ifndef DOXYGEN
+#ifndef DOXYGEN
 template <int dim, int spacedim>
 class FE_Enriched;
-#  endif
+#endif
 
 /**
  * This class provides an interface to group several elements together into
@@ -498,7 +491,7 @@ public:
   FESystem(const std::vector<const FiniteElement<dim, spacedim> *> &fes,
            const std::vector<unsigned int> &multiplicities);
 
-#  if !defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1900
+#if !defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1900
   /**
    * Constructor taking an arbitrary number of parameters of type
    * <code>std::pair<std::unique_ptr<FiniteElement<dim, spacedim>>, unsigned
@@ -567,7 +560,7 @@ public:
     const std::initializer_list<
       std::pair<std::unique_ptr<FiniteElement<dim, spacedim>>, unsigned int>>
       &fe_systems);
-#  endif
+#endif
 
   /**
    * Copy constructor. This constructor is deleted, i.e., copying
@@ -1302,7 +1295,7 @@ private:
 
 //------------------------variadic template constructor------------------------
 
-#  ifndef DOXYGEN
+#ifndef DOXYGEN
 namespace internal
 {
   namespace FESystemImplementation
@@ -1351,7 +1344,7 @@ namespace internal
 
 
 
-#    if !defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1900
+#  if !defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1900
 // We are just forwarding/delegating to the constructor taking a
 // std::initializer_list. If we decide to remove the deprecated constructors, we
 // might just use the variadic constructor with a suitable static_assert instead
@@ -1396,11 +1389,9 @@ FESystem<dim, spacedim>::FESystem(
 
   initialize(fes, multiplicities);
 }
-#    endif
-
-#  endif // DOXYGEN
+#  endif
+#endif // DOXYGEN
 
 DEAL_II_NAMESPACE_CLOSE
 
 #endif
-/*----------------------------  fe_system.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.