From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- xicc/ccttest.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 xicc/ccttest.c (limited to 'xicc/ccttest.c') diff --git a/xicc/ccttest.c b/xicc/ccttest.c old mode 100644 new mode 100755 index 1b859b5..f7f4363 --- a/xicc/ccttest.c +++ b/xicc/ccttest.c @@ -20,6 +20,7 @@ #include #include +#include "cgats.h" #include "xspect.h" #include "numlib.h" #include "plot.h" @@ -49,8 +50,8 @@ static int do_spec(char *name, xspect *sp) { printf("\n"); - /* Compute XYZ of illuminant */ - if (icx_ill_sp2XYZ(xyz, icxOT_CIE_1931_2, NULL, icxIT_custom, 0, sp) != 0) + /* Compute normalise XYZ of illuminant */ + if (icx_ill_sp2XYZ(xyz, icxOT_CIE_1931_2, NULL, icxIT_custom, 0, sp, 0) != 0) error ("icx_sp_temp2XYZ returned error"); icmXYZ2Yxy(Yxy, xyz); -- cgit v1.2.3