Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/madX/mad_option.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_OPTION_H
0002 #define MAD_OPTION_H
0003 
0004 int   get_option   (const char* str);
0005 void  set_option   (const char* str, int* opt);
0006 void  set_defaults (const char* str); /* reset options, beam etc. to defaults */
0007 
0008 #endif // MAD_OPTION_H