mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Removed default null argument for wells in IncompTpfa constructor.
This commit is contained in:
parent
77d92e18be
commit
e503fd054e
@ -57,7 +57,7 @@ namespace Opm
|
||||
const double* permeability,
|
||||
const double* gravity,
|
||||
LinearSolverInterface& linsolver,
|
||||
const struct Wells* wells = 0);
|
||||
const Wells* wells);
|
||||
|
||||
/// Destructor.
|
||||
~IncompTpfa();
|
||||
|
Loading…
Reference in New Issue
Block a user