From b968cd7d95510362ee13fe0f21c84a0e1cae07a0 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 26 Apr 2021 11:54:27 +0200 Subject: [PATCH] SummaryState: move forwarding to fix doxy --- opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp b/opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp index 6fc6800c9..823db401f 100644 --- a/opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp +++ b/opm/parser/eclipse/EclipseState/Schedule/SummaryState.hpp @@ -30,8 +30,9 @@ #include -namespace Opm{ +namespace Opm { +class UDQSet; /* The purpose of this class is to serve as a small container object for @@ -65,8 +66,6 @@ namespace Opm{ st.has_well_var("OPY", "WGOR") => False */ -class UDQSet; - class SummaryState { public: typedef std::unordered_map::const_iterator const_iterator;