source: PSPA/madxPSPA/src/mad_orbit.h @ 447

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

import madx-5.01.00

File size: 403 bytes
Line 
1#ifndef MAD_ORBIT_H
2#define MAD_ORBIT_H
3
4// types
5
6struct in_cmd;
7struct command;
8
9// constants
10
11enum Match_Mode{ kMatch_NoMatch = 0, kMatch_Std, kMatch_UseMacro, kMatch_PTCknobs };
12
13// interface
14
15void    pro_correct(struct in_cmd*);
16void    store_orbit(struct command*, double* orbit);
17
18// for orbf.f90
19int     locf_(char *iadr);
20void    f_ctof(int *j, char *string, int *nel);
21
22#endif // MAD_ORBIT_H
23
Note: See TracBrowser for help on using the repository browser.