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

Comparing ray/src/cv/bsdfmesh.c (file contents):
Revision 2.11 by greg, Thu Oct 24 16:11:37 2013 UTC vs.
Revision 2.12 by greg, Sun Oct 27 20:16:06 2013 UTC

# Line 236 | Line 236 | migration_step(MIGRATION *mig, double *src_rem, double
236   {
237          const int       max2check = 100;
238          const double    maxamt = 1./(double)pm->ncols;
239 <        const double    minamt = maxamt*5e-6;
239 >        const double    minamt = maxamt*1e-4;
240          double          *src_cost;
241          short           (*rord)[2];
242          struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines