diff options
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index 23f0c089..0c892a88 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -643,7 +643,7 @@ int main(int argc, char *argv[]) double max_adu = +INFINITY; char *sparams_fn = NULL; FILE *sparams_fh; - double push_res = 0.0; + double push_res = +INFINITY; gsl_rng *rng; int no_free = 0; char *csplit_fn = NULL; |