Use struct since that was the original declaration
Otherwise we get a warning later when the real thing is defined.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Opm
|
||||
class TwophaseState;
|
||||
class WellState;
|
||||
struct SimulatorReport;
|
||||
class Event;
|
||||
struct Event;
|
||||
|
||||
/// Class collecting all necessary components for a two-phase simulation.
|
||||
class SimulatorIncompTwophase
|
||||
|
||||
Reference in New Issue
Block a user