Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef MAD_ELEMERR_H
0002 #define MAD_ELEMERR_H
0003 
0004 // types
0005 
0006 struct in_cmd;
0007 
0008 // interface
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 // MAD_ELEMERR_H
0016