Changed behaviour of surfaceDensities(), now only returns densities of active components.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-01-05 11:40:29 +01:00
parent 2899de390d
commit 3748e61b6e

View File

@ -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.