source: PSPA/madxPSPA/src/mad_option.h @ 430

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

import madx-5.01.00

File size: 212 bytes
Line 
1#ifndef MAD_OPTION_H
2#define MAD_OPTION_H
3
4int   get_option(char* str);
5void  set_option(char* str, int* opt);
6void  set_defaults(char* string); /* reset options, beam etc. to defaults */
7
8#endif // MAD_OPTION_H
Note: See TracBrowser for help on using the repository browser.