Merge pull request #743 from andlaus/add_forgotten_initializers
PvtConstCompr: initialize the temperature vs viscosity table pointers in all constructors
This commit is contained in:
commit
55b2320ded
@ -47,6 +47,8 @@ namespace Opm
|
||||
{
|
||||
public:
|
||||
PvtConstCompr()
|
||||
: oilvisctTables_(0),
|
||||
watvisctTables_(0)
|
||||
{}
|
||||
|
||||
void initFromWater(Opm::DeckKeywordConstPtr pvtwKeyword)
|
||||
|
Loading…
Reference in New Issue
Block a user