aboutsummaryrefslogtreecommitdiff
path: root/src/povray.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-09 14:08:33 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commitde8b6e79df15f7ce5e6acaa55b8de7abd4454fa2 (patch)
tree0eea7cafd8983429eb1b8d6656ac0a15342d9d21 /src/povray.h
parentf2b07d853ead771199187cb5824bf327da06adc5 (diff)
render_hkl: Bring --povray up to date
Diffstat (limited to 'src/povray.h')
-rw-r--r--src/povray.h6
1 files changed, 4 insertions, 2 deletions
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 */