From 4a22a98459c3242085fab0ae52415fd91c44b53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 14 Mar 2012 13:46:21 +0100 Subject: [PATCH] Fix doc typo. --- opm/core/utility/miscUtilities.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/utility/miscUtilities.hpp b/opm/core/utility/miscUtilities.hpp index 6f12b077..25fa5229 100644 --- a/opm/core/utility/miscUtilities.hpp +++ b/opm/core/utility/miscUtilities.hpp @@ -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().