fixed: missing dynamicStatus in comparison operator

This commit is contained in:
Arne Morten Kvarving 2022-09-05 12:15:52 +02:00
parent fbff174cd8
commit d68e254811

View File

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