source: PSPA/madxPSPA/src/mad_core.h @ 455

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

import madx-5.01.00

File size: 225 bytes
Line 
1#ifndef MAD_CORE_H
2#define MAD_CORE_H
3
4// constants
5
6enum { CALL_LEVEL_ZERO }; // start call level of files in script
7
8// interface
9
10void madx_start(void);
11void madx_input(int);
12void madx_finish(void);
13
14#endif // MAD_CORE_H
15
Note: See TracBrowser for help on using the repository browser.