diff options
author | Thomas White <taw@physics.org> | 2015-11-19 14:58:04 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-11-19 14:59:52 +0100 |
commit | b07c8c3652d85f78262a776187e15ab41f098089 (patch) | |
tree | f7a2d7506a90272e050eef7bf2dc04af7effeda9 /src | |
parent | a1d57905623ce56de278d204378494cdceef4970 (diff) |
partialator: Set default push-res to infinity
Not needed now that the scaling is more stable
Diffstat (limited to 'src')
-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; |