Warning, file /include/madX/mad_elemerr.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_ELEMERR_H
0002 #define MAD_ELEMERR_H
0003
0004
0005
0006 struct in_cmd;
0007
0008
0009
0010 void pro_error(struct in_cmd* cmd);
0011 int node_al_errors(double* errors);
0012 int node_fd_errors(double* errors);
0013 int node_rf_errors(double* errors, double *freq, double *harmon, double *lag );
0014 int error_esave(struct in_cmd*);
0015 #endif
0016