| # | Line 736 | Line 736 | dosource( /* create source and distribution */ | |
|---|---|---|
| 736 | fprintf(out, "7 "); | |
| 737 | else | |
| 738 | fprintf(out, "5 "); | |
| 739 | < | dolower = (bounds[0][0] < 90.); |
| 740 | < | doupper = (bounds[0][1] > 90.); |
| 739 | > | dolower = (bounds[0][0] < 90.-FTINY); |
| 740 | > | doupper = (bounds[0][1] > 90.+FTINY); |
| 741 | dosides = (doupper & dolower && sinf->h > MINDIM); | |
| 742 | fprintf(out, "%s %s source.cal ", | |
| 743 | sinf->type==SPHERE ? "corr" : | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |