Renamed add_wells() -> add_well(). Documented.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-04-20 11:34:58 +02:00
parent a96ac0bc9e
commit 36aa5fd90c
3 changed files with 52 additions and 19 deletions

View File

@@ -331,13 +331,13 @@ alloc_size(int n, int a, int cpty)
/* ---------------------------------------------------------------------- */
int
add_wells(enum WellType type ,
double depth_ref,
int nperf ,
const double *zfrac , /* Injection fraction or NULL */
const int *cells ,
const double *WI , /* Well index per perf (or NULL) */
struct Wells *W )
add_well(enum WellType type ,
double depth_ref,
int nperf ,
const double *zfrac , /* Injection fraction or NULL */
const int *cells ,
const double *WI , /* Well index per perf (or NULL) */
struct Wells *W )
/* ---------------------------------------------------------------------- */
{
int ok, nw, nperf_tot, off;