Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:04

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