one line shared_ptr to ref fix

This commit is contained in:
Pål Grønås Drange
2016-05-03 15:38:04 +02:00
parent 58851e8c02
commit c5d68f802a
+1 -1
View File
@@ -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