mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make all headers autonomous again
This commit is contained in:
parent
817f91d176
commit
c8d7be3848
@ -58,6 +58,12 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace Ewoms {
|
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
|
* Types and routines that collectively implement a basic
|
||||||
* ECLIPSE-style equilibration-based initialisation scheme.
|
* ECLIPSE-style equilibration-based initialisation scheme.
|
||||||
|
Loading…
Reference in New Issue
Block a user