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 &&