add (default) constructor to Rates

This commit is contained in:
Arne Morten Kvarving
2017-06-08 17:14:33 +02:00
parent fe4d8e5dde
commit 8a90f30ed8

View File

@@ -43,6 +43,7 @@ namespace Opm {
*/
public:
Rates() = default;
enum class opt : uint32_t {
wat = (1 << 0),
oil = (1 << 1),