Document add_well()s "name" parameter.

Forgotten in cset 728302a69229.
This commit is contained in:
Bård Skaflestad 2012-06-18 10:18:14 +02:00
parent 6fbf50827f
commit 1795e6b1a7

View File

@ -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.
*