Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef MAD_ORBIT_H
0002 #define MAD_ORBIT_H
0003 
0004 // types
0005 
0006 struct in_cmd;
0007 struct command;
0008 
0009 // interface
0010 
0011 void    pro_correct(struct in_cmd*);
0012 void    store_orbit(struct command*, double* orbit);
0013 
0014 // for orbf.f90
0015 void    f_ctof(int *j, char *string, int *nel);
0016 
0017 #endif // MAD_ORBIT_H
0018