source: PSPA/madxPSPA/src/mad_aper.h @ 476

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

import madx-5.01.00

File size: 344 bytes
Line 
1#ifndef MAD_APER_H
2#define MAD_APER_H
3
4// types
5
6struct node;
7struct in_cmd;
8
9// interface
10
11double  get_apertol(struct node* node, char* par);    // used by mad_table.c
12double  get_aperture(struct node* node, char* par);   // used by mad_table.c
13void    pro_aperture(struct in_cmd* cmd);             // used by mad_cmd.c
14
15#endif // MAD_APER_H
16
Note: See TracBrowser for help on using the repository browser.