diff options
author | Thomas White <taw@physics.org> | 2010-09-09 14:08:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | de8b6e79df15f7ce5e6acaa55b8de7abd4454fa2 (patch) | |
tree | 0eea7cafd8983429eb1b8d6656ac0a15342d9d21 /src/render_hkl.c | |
parent | f2b07d853ead771199187cb5824bf327da06adc5 (diff) |
render_hkl: Bring --povray up to date
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index 2cfdfb14..b6deac2b 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -30,13 +30,8 @@ #include "povray.h" #include "symmetry.h" #include "render.h" +#include "render_hkl.h" -enum { - WGHT_I, - WGHT_SQRTI, - WGHT_COUNTS, - WGHT_RAWCOUNTS, -}; static void show_help(const char *s) { @@ -621,7 +616,8 @@ int main(int argc, char *argv[]) } if ( config_povray ) { - r = povray_render_animation(cell, ref, cts, nproc); + r = povray_render_animation(cell, ref, cts, items, + nproc, sym, wght, boost); } else if ( config_zoneaxis ) { #ifdef HAVE_CAIRO render_za(cell, items, ref, cts, boost, sym, wght, colscale, |