mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4165 from atgeirr/avoid-useless-call
Do not call assignToSolution() and throw away the result.
This commit is contained in:
commit
69f2ede363
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user