Corrected some default values in GCONINJE.

This commit is contained in:
Kjetil Olsen Lye 2012-05-09 15:48:27 +02:00
parent fba33e03d8
commit 3bb9fcb58d

View File

@ -1007,7 +1007,8 @@ struct GconinjeLine
GconinjeLine() :
surface_flow_max_rate_(-1.0E20),
resv_flow_max_rate_(-1E20),
reinjection_fraction_target_(-1E20)
reinjection_fraction_target_(1),
voidage_replacement_fraction_(1)
{
}
};