mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-19 05:53:28 -06:00
Suppressed multiple warnings.
This commit is contained in:
parent
2cd5cfb867
commit
c961f8e7d2
@ -785,7 +785,7 @@ assemble_completion_to_well(int w, int c, int nc, int np,
|
|||||||
{
|
{
|
||||||
int wdof;
|
int wdof;
|
||||||
size_t jc, jw;
|
size_t jc, jw;
|
||||||
double res, w2c, w2w;
|
double res = 0.0, w2c = 0.0, w2w = 0.0;
|
||||||
|
|
||||||
switch (W->ctrl->ctrl[w]) {
|
switch (W->ctrl->ctrl[w]) {
|
||||||
case BHP :
|
case BHP :
|
||||||
|
Loading…
Reference in New Issue
Block a user