From 0f935f4bcbd6705d13184c7704388d0d30007e82 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 10 Sep 2020 14:30:58 +0200 Subject: render_hkl: Fix non-Cairo render_za() implementation --- src/render_hkl.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/render_hkl.c b/src/render_hkl.c index 78bef1ef..bceaf558 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -719,10 +719,12 @@ static int render_key(int colscale, double scale_top) static void render_za(UnitCell *cell, RefList *list, - double boost, const char *sym, int wght, int colscale, + double boost, const SymOpList *sym, int wght, + int colscale, signed int xh, signed int xk, signed int xl, signed int yh, signed int yk, signed int yl, - const char *outfile, double scale_top) + const char *outfile, double scale_top, signed int zone, + struct resrings *rings, int noaxes) { ERROR("This version of CrystFEL was compiled without Cairo"); ERROR(" support, which is required to plot a zone axis"); -- cgit v1.2.3