source: PSPA/madxPSPA/src/mad_gxx11c.h @ 445

Last change on this file since 445 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 654 bytes
Line 
1#ifndef MAD_GXX11C_H
2#define MAD_GXX11C_H
3
4// Called by gxx11.f90
5void wopen   (int *uswid, int *ushi);
6void wclose  (void);
7void wclrwk  (int *i1,int *i2);
8void wpl     (int *np, float *xp, float *yp);
9void wfa     (int *np, float *xp, float *yp);
10void wswn    (float *wlx, float *wxfact, float *wly, float *wyfact);
11void wtx     (float *xp,float *yp, char *string);
12void wwait   (void);
13void wsetci  (char *uscol);
14void wsetls  (int *ls);
15void wstring (char *s, int *l);
16
17void cbyt    (int* source, int* s_pos, int* target, int* t_pos, int* n);
18void mydtime (int* year, int* month, int* day, int* hour, int* minute, int* sec);
19
20#endif // MAD_GXX11C_H
21
Note: See TracBrowser for help on using the repository browser.