mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 01:31:00 -06:00
Changed behaviour of surfaceDensities(), now only returns densities of active components.
This commit is contained in:
parent
2899de390d
commit
3748e61b6e
@ -63,7 +63,7 @@ namespace Opm
|
||||
const int* phasePosition() const;
|
||||
|
||||
/// Densities of stock components at surface conditions.
|
||||
/// \return Array of size MaxNumPhases
|
||||
/// \return Array of size numPhases().
|
||||
const double* surfaceDensities() const;
|
||||
|
||||
/// Viscosity as a function of p and z.
|
||||
|
Loading…
Reference in New Issue
Block a user