ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rmtxop.c
(Generate patch)

Comparing ray/src/util/rmtxop.c (file contents):
Revision 2.32 by greg, Tue Dec 19 16:09:20 2023 UTC vs.
Revision 2.34 by greg, Wed Aug 21 01:09:25 2024 UTC

# Line 7 | Line 7 | static const char RCSid[] = "$Id$";
7  
8   #include <errno.h>
9   #include "rtio.h"
10 #include "resolu.h"
10   #include "rmatrix.h"
11   #include "platform.h"
12  
# Line 143 | 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines