From 3748e61b6ea79880decb0c720dcd0017071bca8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Thu, 5 Jan 2012 11:40:29 +0100 Subject: [PATCH] Changed behaviour of surfaceDensities(), now only returns densities of active components. --- opm/core/fluid/blackoil/BlackoilPvtProperties.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/fluid/blackoil/BlackoilPvtProperties.hpp b/opm/core/fluid/blackoil/BlackoilPvtProperties.hpp index fbb744d4e..3bc71ec78 100644 --- a/opm/core/fluid/blackoil/BlackoilPvtProperties.hpp +++ b/opm/core/fluid/blackoil/BlackoilPvtProperties.hpp @@ -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.