Implement numPhases() to fix link errors.
This commit is contained in:
parent
762a414bd4
commit
22f909d9c2
@ -110,6 +110,12 @@ namespace Opm
|
||||
}
|
||||
|
||||
|
||||
int BlackoilPvtProperties::numPhases() const
|
||||
{
|
||||
return phase_usage_.num_phases;
|
||||
}
|
||||
|
||||
|
||||
void BlackoilPvtProperties::mu(const int n,
|
||||
const double* p,
|
||||
const double* z,
|
||||
|
Loading…
Reference in New Issue
Block a user