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.4 by greg, Tue Sep 1 16:27:52 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 10 | Line 13
13     (c) Fraunhofer Institute for Solar Energy Systems
14     ==================================================================
15    
13   $Id$    
16   */
17  
18  
# Line 421 | Line 423 | void volumeBiasComp (PhotonMap* pmap, const RAY* ray,
423     pmap -> totalGathered += numMid;
424     ++pmap -> numDensity;
425   }
426 <                                
426 >                                

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines