| # | 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 { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |