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

Comparing ray/src/rt/pmapbias.c (file contents):
Revision 2.2 by rschregle, Fri May 8 13:20:23 2015 UTC vs.
Revision 2.3 by greg, Tue Aug 18 18:45:55 2015 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5     ==================================================================
6     Bias compensation for photon density estimates
# Line 421 | Line 424 | void volumeBiasComp (PhotonMap* pmap, const RAY* ray,
424     pmap -> totalGathered += numMid;
425     ++pmap -> numDensity;
426   }
427 <                                
427 >                                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines