From 58b0121e9bd6b42be48b6ee5e67999f260d71056 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 9 Sep 2022 08:37:59 +0200 Subject: [PATCH] fixed: forward structs as struct --- ebos/eclactionhandler.hh | 2 +- opm/simulators/linalg/setupPropertyTree.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ebos/eclactionhandler.hh b/ebos/eclactionhandler.hh index f111e0d84..06ff76a52 100644 --- a/ebos/eclactionhandler.hh +++ b/ebos/eclactionhandler.hh @@ -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 diff --git a/opm/simulators/linalg/setupPropertyTree.hpp b/opm/simulators/linalg/setupPropertyTree.hpp index 6c92db417..7fe785c68 100644 --- a/opm/simulators/linalg/setupPropertyTree.hpp +++ b/opm/simulators/linalg/setupPropertyTree.hpp @@ -27,7 +27,7 @@ namespace Opm { -class FlowLinearSolverParameters; +struct FlowLinearSolverParameters; PropertyTree setupPropertyTree(FlowLinearSolverParameters p, bool LinearSolverMaxIterSet,