diff options
author | Thomas White <taw@physics.org> | 2011-07-05 11:57:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:31 +0100 |
commit | 75a494320e111fd33205c53abf228114ff073f06 (patch) | |
tree | 5b121c4b70d4c74ef08a9cddbc3a29b29218812a /src/partialator.c | |
parent | e26edd4e367c5425ee368d68e3c40e598e1e510f (diff) |
Tweak PR parameters
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 43c4bda0..9e09b4c7 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -413,7 +413,7 @@ int main(int argc, char *argv[]) cur->width = det->max_fs; cur->height = det->max_ss; cur->osf = 1.0; - cur->profile_radius = 0.0001e9; + cur->profile_radius = 0.003e9; cur->pr_dud = 0; /* Muppet proofing */ |