From e74b3249e92c5c32ae1f7054c0f2ba6222830298 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 30 Apr 2021 13:08:05 +0200 Subject: [PATCH] WGState: forward struct as struct --- opm/simulators/wells/WGState.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/wells/WGState.hpp b/opm/simulators/wells/WGState.hpp index d0cd41412..555b513b6 100644 --- a/opm/simulators/wells/WGState.hpp +++ b/opm/simulators/wells/WGState.hpp @@ -29,7 +29,7 @@ namespace Opm { Microscopic class to handle a pair of well and group state. */ -class PhaseUsage; +struct PhaseUsage; struct WGState { WGState(const PhaseUsage& pu);