one line shared_ptr to ref fix

This commit is contained in:
Pål Grønås Drange 2016-05-03 13:20:55 +02:00
parent 58851e8c02
commit c5d68f802a

View File

@ -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