make all headers autonomous again

This commit is contained in:
Andreas Lauser 2018-01-03 15:17:37 +01:00
parent 817f91d176
commit c8d7be3848

View File

@ -58,6 +58,12 @@
#include <vector>
namespace Ewoms {
namespace Properties {
NEW_PROP_TAG(Simulator);
NEW_PROP_TAG(Grid);
NEW_PROP_TAG(FluidSystem);
} // namespace Properties
/**
* Types and routines that collectively implement a basic
* ECLIPSE-style equilibration-based initialisation scheme.