From 0f02dba2d4416532e013cee27f03bd1b67c1c892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 27 Aug 2014 11:15:00 +0200 Subject: [PATCH] Correct doc error (zcorn is also output argument). --- opm/core/grid/MinpvProcessor.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opm/core/grid/MinpvProcessor.hpp b/opm/core/grid/MinpvProcessor.hpp index 35013465..b97d6594 100644 --- a/opm/core/grid/MinpvProcessor.hpp +++ b/opm/core/grid/MinpvProcessor.hpp @@ -38,9 +38,9 @@ namespace Opm /// \param[in] nz logical cartesian number of cells in K-direction MinpvProcessor(const int nx, const int ny, const int nz); /// Change zcorn so that it respects the minpv property. - /// \param[in] pv pore volumes of all logical cartesian cells - /// \param[in] minpv minimum pore volume to accept a cell - /// \param[in] zcorn ZCORN array to be manipulated + /// \param[in] pv pore volumes of all logical cartesian cells + /// \param[in] minpv minimum pore volume to accept a cell + /// \param[in, out] zcorn ZCORN array to be manipulated /// After processing, all cells that have lower pore volume than minpv /// will have the zcorn numbers changed so they are zero-thickness. Any /// cell below will be changed to include the deleted volume.