From a913bfffe92d4303bb6d0a35a3c61b05d9746de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 18 Jun 2012 10:18:14 +0200 Subject: [PATCH] Document add_well()s "name" parameter. Forgotten in cset 728302a69229. --- opm/core/newwells.h | 1 + 1 file changed, 1 insertion(+) diff --git a/opm/core/newwells.h b/opm/core/newwells.h index e19e8c55..f16675b6 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -169,6 +169,7 @@ create_wells(int nphases, int nwells, int nperf); * \param[in] cells Grid cells in which well is perforated. Should * ideally be track ordered. * \param[in] WI Well production index per perforation, or NULL. + * \param[in] name Name of new well. NULL if no name. * \param[in,out] W Existing set of wells to which new well will * be added. *