|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |