mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renamed add_wells() -> add_well(). Documented.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user