From de8b6e79df15f7ce5e6acaa55b8de7abd4454fa2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 9 Sep 2010 14:08:33 +0200 Subject: render_hkl: Bring --povray up to date --- src/render_hkl.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/render_hkl.c') 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, -- cgit v1.2.3