mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WGState: forward struct as struct
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Opm {
|
|||||||
Microscopic class to handle a pair of well and group state.
|
Microscopic class to handle a pair of well and group state.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class PhaseUsage;
|
struct PhaseUsage;
|
||||||
|
|
||||||
struct WGState {
|
struct WGState {
|
||||||
WGState(const PhaseUsage& pu);
|
WGState(const PhaseUsage& pu);
|
||||||
|
|||||||
Reference in New Issue
Block a user