From d68e25481149802b3a4cbe7a96140c1bde4efe83 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 5 Sep 2022 12:15:52 +0200 Subject: [PATCH] fixed: missing dynamicStatus in comparison operator --- opm/output/data/Wells.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/output/data/Wells.hpp b/opm/output/data/Wells.hpp index 33de0a4b5..cb7ea475c 100644 --- a/opm/output/data/Wells.hpp +++ b/opm/output/data/Wells.hpp @@ -468,6 +468,7 @@ namespace Opm { thp == well2.thp && temperature == well2.temperature && control == well2.control && + dynamicStatus == well2.dynamicStatus && connections == well2.connections && segments == well2.segments && current_control == well2.current_control &&