diff options
author | Thomas White <taw@physics.org> | 2015-03-10 13:58:57 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-03-12 16:37:25 +0100 |
commit | a6d5feababa524c122d393a99b1b48a0db830db0 (patch) | |
tree | 45c7b193d4b16c37ad839d87cda1fa152ee5bfbc /src | |
parent | 16c379b24dffd61a67f9ead5b08e400ffba4a8d3 (diff) |
Increase number of cycles for scaling
Diffstat (limited to 'src')
-rw-r--r-- | src/hrs-scaling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index 21b9ebc1..81c6536b 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -56,7 +56,7 @@ #define MIN_PART_MERGE (0.05) /* Maximum number of iterations of scaling per macrocycle. */ -#define MAX_CYCLES (10) +#define MAX_CYCLES (100) struct scale_queue_args |