Corrected some default values in GCONINJE.
This commit is contained in:
parent
fba33e03d8
commit
3bb9fcb58d
@ -1007,7 +1007,8 @@ struct GconinjeLine
|
|||||||
GconinjeLine() :
|
GconinjeLine() :
|
||||||
surface_flow_max_rate_(-1.0E20),
|
surface_flow_max_rate_(-1.0E20),
|
||||||
resv_flow_max_rate_(-1E20),
|
resv_flow_max_rate_(-1E20),
|
||||||
reinjection_fraction_target_(-1E20)
|
reinjection_fraction_target_(1),
|
||||||
|
voidage_replacement_fraction_(1)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user