Index: work/gpstroke/find_line_indep.c =================================================================== --- work/gpstroke/find_line_indep.c (revision 7405) +++ work/gpstroke/find_line_indep.c (revision 7406) @@ -271,7 +271,7 @@ } #endif gp_iterate(&pop); - if ((pop.pop_cnt % 20) == 0) + if ((pop.pop_cnt % 50) == 0) gp_dump(stdout, &pop, 1); } pnm_save(ref, DUMPDIR "ref.pnm");