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

Comparing ray/src/rt/p_func.c (file contents):
Revision 2.12 by greg, Sun Jan 7 18:04:16 2024 UTC vs.
Revision 2.13 by greg, Wed Jan 17 17:35:35 2024 UTC

# Line 135 | Line 135 | p_specfunc(                    /* compute spectral pattern */
135                          return(0);
136                  }
137          }
138 <        convertscolor(scval, NCSAMP, WLPART[0], WLPART[3],
139 <                        scsamp, ns, wlmin, wlmax);
138 >        convertscolorcol(scval, scsamp, ns, wlmin, wlmax);
139          smultscolor(r->pcol, scval);
140          return(0);
141   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines