Fix doc typo.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-03-14 13:46:21 +01:00
parent eccf52af0c
commit 4a22a98459

View File

@ -41,7 +41,7 @@ namespace Opm
/// @brief Computes total saturated volumes over all grid cells.
/// @param[out] pv the pore volume by cell.
/// @param[in] pv the pore volume by cell.
/// @param[in] s saturation values (for all P phases)
/// @param[out] sat_vol must point to a valid array with P elements,
/// where P = s.size()/pv.size().
@ -53,7 +53,7 @@ namespace Opm
/// @brief Computes average saturations over all grid cells.
/// @param[out] pv the pore volume by cell.
/// @param[in] pv the pore volume by cell.
/// @param[in] s saturation values (for all P phases)
/// @param[out] aver_sat must point to a valid array with P elements,
/// where P = s.size()/pv.size().