mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-06 22:43:01 -06:00
FingerProblem: avoid creating of unused empty grid.
This commit is contained in:
parent
7369f2d3b4
commit
56b6d4a129
@ -124,8 +124,6 @@ public:
|
||||
FingerGridManager(Simulator &simulator)
|
||||
: ParentType(simulator)
|
||||
{
|
||||
gridPtr_.reset(new Grid);
|
||||
|
||||
Dune::FieldVector<int, dim> cellRes;
|
||||
Dune::FieldVector<Scalar, dim> upperRight;
|
||||
Dune::FieldVector<Scalar, dim> lowerLeft;
|
||||
|
Loading…
Reference in New Issue
Block a user