diff options
Diffstat (limited to 'src/povray.h')
-rw-r--r-- | src/povray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/povray.h b/src/povray.h index 0b0b3446..9dbf109d 100644 --- a/src/povray.h +++ b/src/povray.h @@ -21,6 +21,6 @@ extern int povray_render_animation(UnitCell *cell, RefList *list, unsigned int nproc, const char *sym, - int wght, double boost); + int wght, double boost, double scale_top); #endif /* POVRAY_H */ |