diff --git a/opm/core/utility/miscUtilities.cpp b/opm/core/utility/miscUtilities.cpp index 1b3c7ab37..24f4c5865 100644 --- a/opm/core/utility/miscUtilities.cpp +++ b/opm/core/utility/miscUtilities.cpp @@ -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) diff --git a/opm/core/utility/miscUtilities.hpp b/opm/core/utility/miscUtilities.hpp index 2f15af8ed..f77b27b9b 100644 --- a/opm/core/utility/miscUtilities.hpp +++ b/opm/core/utility/miscUtilities.hpp @@ -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)