mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
one line shared_ptr to ref fix
This commit is contained in:
@@ -152,7 +152,7 @@ namespace Opm
|
||||
|
||||
// Handle NNCs
|
||||
if (eclState) {
|
||||
nnc_ = *(eclState->getNNC());
|
||||
nnc_ = eclState->getNNC();
|
||||
}
|
||||
|
||||
// opmfil is hardcoded to be true. i.e the pinch processor is never used
|
||||
|
||||
Reference in New Issue
Block a user