Removed default null argument for wells in IncompTpfa constructor.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-06-07 13:34:05 +02:00
parent 77d92e18be
commit e503fd054e

View File

@ -57,7 +57,7 @@ namespace Opm
const double* permeability,
const double* gravity,
LinearSolverInterface& linsolver,
const struct Wells* wells = 0);
const Wells* wells);
/// Destructor.
~IncompTpfa();