Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/madX/mad_survey.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_SURVEY_H
0002 #define MAD_SURVEY_H
0003 
0004 // types
0005 
0006 struct in_cmd;
0007 
0008 // interface
0009 
0010 void pro_survey(struct in_cmd*);
0011 void pro_use_survey(void);
0012 
0013 #endif // MAD_SURVEY_H
0014