mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix headers
make all non-implementation headers includable without preconditions. Also, this removes the GravityColumnSolver.hpp file, because it tried to include a non-existing file and it was thus unused.
This commit is contained in:
parent
4e96915af1
commit
8a6b30ac74
@ -39,7 +39,7 @@ namespace Opm
|
|||||||
class TwophaseState;
|
class TwophaseState;
|
||||||
class WellState;
|
class WellState;
|
||||||
struct SimulatorReport;
|
struct SimulatorReport;
|
||||||
class Event;
|
struct Event;
|
||||||
|
|
||||||
/// Class collecting all necessary components for a two-phase simulation.
|
/// Class collecting all necessary components for a two-phase simulation.
|
||||||
class SimulatorIncompTwophase
|
class SimulatorIncompTwophase
|
||||||
|
Loading…
Reference in New Issue
Block a user