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

Comparing ray/src/cv/bsdfrbf.c (file contents):
Revision 2.2 by greg, Tue Nov 13 04:23:38 2012 UTC vs.
Revision 2.3 by greg, Thu Nov 22 06:07:17 2012 UTC

# Line 260 | Line 260 | make_rbfrep(void)
260          nn = 0;                 /* compute sum for normalization */
261          while (nn < newnode->nrbf)
262                  newnode->vtotal += rbf_volume(&newnode->rbfa[nn++]);
263 <
263 > #ifdef DEBUG
264 >        fprintf(stderr, "Integrated DSF at (%.1f,%.1f) deg. is %.2f\n",
265 >                        get_theta180(newnode->invec), get_phi360(newnode->invec),
266 >                        newnode->vtotal);
267 > #endif
268          insert_dsf(newnode);
269  
270          return(newnode);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines