Fix minor typo.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-03-06 15:10:21 +01:00
parent afe5c06ceb
commit 939ddd8fe6
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ namespace Opm
/// @brief Computes total mobility for a set of saturation values.
/// @param[in] props rock and fluid properties
/// @param[int] cells cells with which the saturation values are associated
/// @param[in] cells cells with which the saturation values are associated
/// @param[in] s saturation values (for all phases)
/// @param[out] totmob total mobilities.
void computeTotalMobility(const Opm::IncompPropertiesInterface& props,
@ -73,7 +73,7 @@ namespace Opm
/// @brief Computes total mobility and omega for a set of saturation values.
/// @param[in] props rock and fluid properties
/// @param[int] cells cells with which the saturation values are associated
/// @param[in] cells cells with which the saturation values are associated
/// @param[in] s saturation values (for all phases)
/// @param[out] totmob total mobility
/// @param[out] omega mobility-weighted (or fractional-flow weighted)

View File

@ -40,7 +40,7 @@ namespace Opm
/// @brief Computes total mobility for a set of saturation values.
/// @param[in] props rock and fluid properties
/// @param[int] cells cells with which the saturation values are associated
/// @param[in] cells cells with which the saturation values are associated
/// @param[in] s saturation values (for all phases)
/// @param[out] totmob total mobilities.
void computeTotalMobility(const Opm::IncompPropertiesInterface& props,
@ -50,7 +50,7 @@ namespace Opm
/// @brief Computes total mobility and omega for a set of saturation values.
/// @param[in] props rock and fluid properties
/// @param[int] cells cells with which the saturation values are associated
/// @param[in] cells cells with which the saturation values are associated
/// @param[in] s saturation values (for all phases)
/// @param[out] totmob total mobility
/// @param[out] omega mobility-weighted (or fractional-flow weighted)