From 86e621ad289638d7bf1440092cffd4c2ac64f982 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 16 Mar 2011 18:23:48 +0100 Subject: Remove old reflections.h --- src/povray.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/povray.h') diff --git a/src/povray.h b/src/povray.h index 69bf657e..0b0b3446 100644 --- a/src/povray.h +++ b/src/povray.h @@ -3,7 +3,7 @@ * * Invoke POV-ray * - * (c) 2006-2010 Thomas White + * (c) 2006-2011 Thomas White * * Part of CrystFEL - crystallography with a FEL * @@ -16,8 +16,10 @@ #ifndef POVRAY_H #define POVRAY_H -extern int povray_render_animation(UnitCell *cell, double *ref, - unsigned int *counts, ReflItemList *items, +#include "reflist.h" +#include "cell.h" + +extern int povray_render_animation(UnitCell *cell, RefList *list, unsigned int nproc, const char *sym, int wght, double boost); -- cgit v1.2.3