# | Line 142 | Line 142 | xyzrow(ROPMAT *rop, int r, int p) | |
---|---|---|
142 | ||
143 | /* Use the spectral sensitivity function to compute matrix coefficients */ | |
144 | static void | |
145 | < | sensrow(ROPMAT *rop, int r, double (*sf)(SCOLOR sc, int ncs, const float wlpt[4])) |
145 | > | sensrow(ROPMAT *rop, int r, double (*sf)(const SCOLOR sc, int ncs, const float wlpt[4])) |
146 | { | |
147 | const int nc = rop->mtx->ncomp; | |
148 | int i; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |