source: PSPA/madxPSPA/src/mad_elemerr.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: 306 bytes
Line 
1#ifndef MAD_ELEMERR_H
2#define MAD_ELEMERR_H
3
4// types
5
6struct in_cmd;
7
8// interface
9
10void  pro_error(struct in_cmd* cmd);
11int   node_al_errors(double* errors);
12int   node_fd_errors(double* errors);
13int   node_rf_errors(double* errors, double *freq, double *harmon, double *lag );
14
15#endif // MAD_ELEMERR_H
16
Note: See TracBrowser for help on using the repository browser.