# | Line 6 | Line 6 | static const char RCSid[] = "$Id$"; | |
---|---|---|
6 | */ | |
7 | ||
8 | #include <string.h> | |
9 | – | #include "paths.h" |
9 | #include "platform.h" | |
10 | #include "rterror.h" | |
11 | #include "rholo.h" | |
# | Line 229 | Line 228 | startpicture( /* initialize picture for rendering & o | |
228 | fputs(VIEWSTR, stdout); | |
229 | fprintview(&myview, stdout); | |
230 | fputc('\n', stdout); | |
231 | < | if ((pa < 0.99) | (pa > 1.01)) |
231 | > | if ((pa < 0.995) | (pa > 1.005)) |
232 | fputaspect(pa, stdout); | |
233 | if ((expval < 0.99) | (expval > 1.01)) | |
234 | fputexpos(expval, stdout); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |