Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/madX/mad_core.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef MAD_CORE_H
0002 #define MAD_CORE_H
0003 
0004 // constants
0005 
0006 enum { CALL_LEVEL_ZERO }; // start call level of files in script
0007 
0008 // interface
0009 
0010 void madx_start(void);
0011 void madx_input(int);
0012 void madx_finish(void);
0013 
0014 #endif // MAD_CORE_H
0015