| # | Line 174 | Line 174 | xyzrow(ROPMAT *rop, int r, int p) | |
|---|---|---|
| 174 | ||
| 175 | /* Use the spectral sensitivity function to compute matrix coefficients */ | |
| 176 | void | |
| 177 | < | sensrow(ROPMAT *rop, int r, double (*sf)(SCOLOR sc, int ncs, const float wlpt[4])) |
| 177 | > | sensrow(ROPMAT *rop, int r, double (*sf)(const SCOLOR sc, int ncs, const float wlpt[4])) |
| 178 | { | |
| 179 | const int nc = rop->imx.ncomp; | |
| 180 | int i; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |