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 BlackoilWellModelGeneric;
|
||||||
class EclipseState;
|
class EclipseState;
|
||||||
class Schedule;
|
class Schedule;
|
||||||
class SimulatorUpdate;
|
struct SimulatorUpdate;
|
||||||
class SummaryState;
|
class SummaryState;
|
||||||
|
|
||||||
//! \brief Class handling Action support in simulator
|
//! \brief Class handling Action support in simulator
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
|
||||||
class FlowLinearSolverParameters;
|
struct FlowLinearSolverParameters;
|
||||||
|
|
||||||
PropertyTree setupPropertyTree(FlowLinearSolverParameters p,
|
PropertyTree setupPropertyTree(FlowLinearSolverParameters p,
|
||||||
bool LinearSolverMaxIterSet,
|
bool LinearSolverMaxIterSet,
|
||||||
|
|||||||
Reference in New Issue
Block a user