From b9ad8e2688b2aef8147cb5a7d74897089c3989a2 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 30 Apr 2022 12:09:39 -0400 Subject: [PATCH] Clean up some whitespace in fe_system.h. --- include/deal.II/fe/fe_system.h | 41 +++++++++++++--------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index d9ca910512..276daaf03a 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -14,32 +14,25 @@ // --------------------------------------------------------------------- #ifndef dealii_fe_system_h -# define dealii_fe_system_h +#define dealii_fe_system_h +#include -/*---------------------------- fe_system.h ---------------------------*/ - - -# include - -# include - -# include -# include - -# include -# include -# include -# include +#include +#include +#include +#include +#include +#include DEAL_II_NAMESPACE_OPEN // Forward declaration -# ifndef DOXYGEN +#ifndef DOXYGEN template 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 *> &fes, const std::vector &multiplicities); -# if !defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1900 +#if !defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1900 /** * Constructor taking an arbitrary number of parameters of type * std::pair>, unsigned @@ -567,7 +560,7 @@ public: const std::initializer_list< std::pair>, 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::FESystem( initialize(fes, multiplicities); } -# endif - -# endif // DOXYGEN +# endif +#endif // DOXYGEN DEAL_II_NAMESPACE_CLOSE #endif -/*---------------------------- fe_system.h ---------------------------*/ -- 2.39.5