Changed default behaviour to match old behaviour.
This commit is contained in:
parent
df31c95197
commit
47a0c65c64
@ -124,7 +124,7 @@ namespace Opm {
|
|||||||
const Grid& g ,
|
const Grid& g ,
|
||||||
const std::vector<double>& porevol ,
|
const std::vector<double>& porevol ,
|
||||||
const double* grav = 0,
|
const double* grav = 0,
|
||||||
const bool guess_previous = false)
|
const bool guess_previous = true)
|
||||||
: fluid_ (fluid) ,
|
: fluid_ (fluid) ,
|
||||||
gravity_(grav) ,
|
gravity_(grav) ,
|
||||||
f2hf_ (2 * g.number_of_faces, -1) ,
|
f2hf_ (2 * g.number_of_faces, -1) ,
|
||||||
|
Loading…
Reference in New Issue
Block a user