diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-07-25 15:15:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:54 +0100 |
commit | 0c2f7515fb4cabfc76b6f3c7286db7a861fe7af2 (patch) | |
tree | e20923d407bb74860402fa633e330b48d1f5ea27 /src/povray.c | |
parent | cc2da4b32deb5d65d7d685e2cd793395258cb4a8 (diff) |
render_hkl: Alter POV-ray scripting to work better with new data
Diffstat (limited to 'src/povray.c')
-rw-r--r-- | src/povray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/povray.c b/src/povray.c index 69e5b3cc..d28bcdee 100644 --- a/src/povray.c +++ b/src/povray.c @@ -218,7 +218,7 @@ int povray_render_animation(UnitCell *cell, double *ref, if ( val <= 0.0 ) continue; radius = 0.1 * sqrt(sqrt(val))/1e2; - radius -= 0.005; + radius -= 0.008; if ( radius > 0.03 ) radius = 0.03; if ( radius <= 0.0 ) continue; trans = (0.03-radius)/0.03; |