Rev 8102 | Rev 8158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8102 | Rev 8134 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | extern double tend, tstart, tstep, plotjump,animstep; |
62 | extern double tend, tstart, tstep, plotjump,animstep; |
63 | int tranged; |
63 | int tranged; |
64 | extern int vimg_enable,vimg_ready; |
64 | extern int vimg_enable,vimg_ready; |
65 | extern FILE *vimgf; |
65 | extern FILE *vimgf; |
66 | extern char vimgfilename[1024], imagefilename[1024]; |
66 | extern char vimgfilename[1024], imagefilename[1024]; |
67 | double parallogram_fonda[]; |
67 | double parallogram_fonda[6]; |
- | 68 | char *substit(char *p); |
|
68 | void output(void); |
69 | void output(void); |
69 | /* from wimg.c */ |
70 | /* from wimg.c */ |
70 | void vimg_init (void); |
71 | void vimg_init (void); |
71 | void vimg_close (void); |
72 | void vimg_close (void); |
72 | void vimg_arc (double x0,double y0, double rx, double ry,double a1, double a2); |
73 | void vimg_arc (double x0,double y0, double rx, double ry,double a1, double a2); |