Skip to content
Snippets Groups Projects
Commit 6df5f68b authored by Martin Schneider's avatar Martin Schneider
Browse files

[cpgrids] Update processEclipseFormat arguments

parent 25f21b26
No related branches found
No related tags found
1 merge request!1936Support newest version of opm-grid for cornerpoint grids
......@@ -55,7 +55,7 @@ public:
deck_ = std::make_shared<Opm::Deck>(Opm::Parser().parseFile(fileName));
Opm::EclipseGrid eclGrid(*deck_);
grid_ = std::make_shared<Grid>();
grid_->processEclipseFormat(eclGrid, false, false);
grid_->processEclipseFormat(&eclGrid, false, false, false);
loadBalance();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment