diff --git a/dumux/experimental/assembly/multistagefvlocaloperator.hh b/dumux/experimental/assembly/multistagefvlocaloperator.hh index eddc10fbe2c1c86e60c11fcd64f50d85a35c771e..3444af0104c155ba1bd2ef26325488ffb2ae763c 100644 --- a/dumux/experimental/assembly/multistagefvlocaloperator.hh +++ b/dumux/experimental/assembly/multistagefvlocaloperator.hh @@ -10,6 +10,8 @@ * \ingroup Assembly * \brief A local operator wrapper for multi-stage time stepping schemes */ +#ifndef DUMUX_EXPERIMENTAL_MULTISTAGE_FV_LOCAL_OPERATOR_HH +#define DUMUX_EXPERIMENTAL_MULTISTAGE_FV_LOCAL_OPERATOR_HH #include <cmath> #include <dumux/discretization/extrusion.hh> @@ -113,3 +115,5 @@ private: }; } // end namespace Dumux::Experimental + +#endif