mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
one line shared_ptr to ref fix
This commit is contained in:
parent
58851e8c02
commit
c5d68f802a
@ -152,7 +152,7 @@ namespace Opm
|
|||||||
|
|
||||||
// Handle NNCs
|
// Handle NNCs
|
||||||
if (eclState) {
|
if (eclState) {
|
||||||
nnc_ = *(eclState->getNNC());
|
nnc_ = eclState->getNNC();
|
||||||
}
|
}
|
||||||
|
|
||||||
// opmfil is hardcoded to be true. i.e the pinch processor is never used
|
// opmfil is hardcoded to be true. i.e the pinch processor is never used
|
||||||
|
Loading…
Reference in New Issue
Block a user