diff options
author | Thomas White <taw@physics.org> | 2020-09-10 14:30:58 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-10 14:30:58 +0200 |
commit | 0f935f4bcbd6705d13184c7704388d0d30007e82 (patch) | |
tree | 048631b35c767c047922b98ba27eb894aac11fad | |
parent | 475ab28e2f88a746a8001183af324237c5a5d2e1 (diff) |
render_hkl: Fix non-Cairo render_za() implementation
-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"); |