diff options
author | Thomas White <taw@physics.org> | 2011-03-25 18:40:56 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:21 +0100 |
commit | 0de53f22863af2bb3c8db3d1cf5e015f0a9b9f87 (patch) | |
tree | fa8c690542f8de0932183c89c43d6aba8f096f8a /src/povray.h | |
parent | dad9cc7fe622e2b55f5294892d9c95a0c580b3be (diff) |
render_hkl: Multiple improvements
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 */ |