mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: forward structs as struct
This commit is contained in:
@@ -41,7 +41,7 @@ class State;
|
||||
class BlackoilWellModelGeneric;
|
||||
class EclipseState;
|
||||
class Schedule;
|
||||
class SimulatorUpdate;
|
||||
struct SimulatorUpdate;
|
||||
class SummaryState;
|
||||
|
||||
//! \brief Class handling Action support in simulator
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
class FlowLinearSolverParameters;
|
||||
struct FlowLinearSolverParameters;
|
||||
|
||||
PropertyTree setupPropertyTree(FlowLinearSolverParameters p,
|
||||
bool LinearSolverMaxIterSet,
|
||||
|
||||
Reference in New Issue
Block a user