diff options
-rw-r--r-- | src/render_hkl.c | 6 |
1 files 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"); |