mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:01:55 -06:00
finger grid manager: call the finalizeInit_() method of the base class
this grid manager was forgotten to be adapted and fixes a crash...
This commit is contained in:
parent
42316a824e
commit
81ae2566d7
@ -267,6 +267,8 @@ public:
|
||||
|
||||
grid_ = factory.createGrid();
|
||||
grid_->globalRefine(numRefinments);
|
||||
|
||||
this->finalizeInit_();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user