fixed: forward structs as struct

This commit is contained in:
Arne Morten Kvarving
2022-09-09 08:37:59 +02:00
parent 4778cf9d60
commit 58b0121e9b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -27,7 +27,7 @@
namespace Opm namespace Opm
{ {
class FlowLinearSolverParameters; struct FlowLinearSolverParameters;
PropertyTree setupPropertyTree(FlowLinearSolverParameters p, PropertyTree setupPropertyTree(FlowLinearSolverParameters p,
bool LinearSolverMaxIterSet, bool LinearSolverMaxIterSet,