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/povray.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/povray.h') diff --git a/src/povray.h b/src/povray.h index f60bd566..69bf657e 100644 --- a/src/povray.h +++ b/src/povray.h @@ -1,5 +1,5 @@ /* - * povray.c + * povray.h * * Invoke POV-ray * @@ -17,6 +17,8 @@ #define POVRAY_H extern int povray_render_animation(UnitCell *cell, double *ref, - unsigned int *c, unsigned int nproc); + unsigned int *counts, ReflItemList *items, + unsigned int nproc, const char *sym, + int wght, double boost); #endif /* POVRAY_H */ -- cgit v1.2.3