SummaryState: move forwarding to fix doxy

This commit is contained in:
Arne Morten Kvarving 2021-04-26 11:54:27 +02:00
parent 058b41e7d7
commit b968cd7d95

View File

@ -30,8 +30,9 @@
#include <opm/common/utility/TimeService.hpp> #include <opm/common/utility/TimeService.hpp>
namespace Opm{ namespace Opm {
class UDQSet;
/* /*
The purpose of this class is to serve as a small container object for 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 st.has_well_var("OPY", "WGOR") => False
*/ */
class UDQSet;
class SummaryState { class SummaryState {
public: public:
typedef std::unordered_map<std::string, double>::const_iterator const_iterator; typedef std::unordered_map<std::string, double>::const_iterator const_iterator;