fixed: missing dynamicStatus in comparison operator
This commit is contained in:
parent
fbff174cd8
commit
d68e254811
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user