ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/bsdfrep.h
(Generate patch)

Comparing ray/src/cv/bsdfrep.h (file contents):
Revision 2.23 by greg, Fri Jan 29 16:21:56 2016 UTC vs.
Revision 2.25 by greg, Mon Oct 26 21:12:20 2020 UTC

# Line 101 | Line 101 | extern unsigned long   bsdf_hist[HISTLEN];
101  
102                                  /* BSDF value for boundary regions */
103   extern double           bsdf_min;
104 < extern double           bsdf_spec_peak;
104 > extern double           bsdf_spec_val;
105   extern double           bsdf_spec_rad;
106  
107                                  /* processed incident DSF measurements */
# Line 137 | Line 137 | extern double          theta_in_deg, phi_in_deg;
137   extern GRIDVAL          dsf_grid[GRIDRES][GRIDRES];
138   extern float            (*spec_grid)[GRIDRES][GRIDRES];
139   extern int              nspec_grid;
140 +
141 +                                /* header line sharing callback */
142 + extern int              (*sir_headshare)(char *s);
143 +
144  
145   /* Register new input direction */
146   extern int              new_input_direction(double new_theta, double new_phi);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines