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

Comparing ray/src/cv/pabopto2xml.c (file contents):
Revision 2.8 by greg, Wed Sep 5 00:39:32 2012 UTC vs.
Revision 2.9 by greg, Thu Sep 6 00:07:43 2012 UTC

# Line 487 | Line 487 | migration_step(MIGRATION *mig, double *src_rem, double
487   {
488          static double   *src_cost = NULL;
489          int             n_alloc = 0;
490 <        const double    maxamt = 0.5/(mtx_nrows(mig)*mtx_ncols(mig));
490 >        const double    maxamt = 2./(mtx_nrows(mig)*mtx_ncols(mig));
491          double          amt = 0;
492          struct {
493                  int     s, d;   /* source and destination */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines