Do not call assignToSolution() and throw away the result.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-10-13 21:42:53 +02:00
parent 2064e8725f
commit de12a990aa

View File

@ -316,8 +316,6 @@ public:
}
if (!isSubStep) {
data::Solution localCellData = {};
this->eclOutputModule_->assignToSolution(localCellData);
// Output the PRESSURE field
if (this->eclOutputModule_->getPRESSURE_ptr() != nullptr) {
damaris_write("PRESSURE", (void*)this->eclOutputModule_->getPRESSURE_ptr());