Skip to content
Snippets Groups Projects
Commit c41b82c2 authored by IvBu's avatar IvBu Committed by Timo Koch
Browse files

[bugfix][experimental] Add missing header guard

parent 991e61dc
No related branches found
No related tags found
1 merge request!3676[cleanup][bugfix] Fix missing includes and one missing headerguard
Pipeline #37478 passed
+3
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment