mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 00:01:57 -06:00
BUGfix enableEclOutput false
This commit is contained in:
parent
21cce7514e
commit
6a1f7c8006
@ -472,7 +472,8 @@ public:
|
||||
maxPolymerAdsorption_.resize(numElements, 0.0);
|
||||
}
|
||||
|
||||
eclWriter_->writeInit();
|
||||
if (eclWriter_)
|
||||
eclWriter_->writeInit();
|
||||
}
|
||||
|
||||
void prefetch(const Element& elem) const
|
||||
|
Loading…
Reference in New Issue
Block a user