malt-wr
run.h
Go to the documentation of this file.
1 extern int run_middle();
2 extern int compute_middle(int runall);
3 extern int run_holdsetup(int hold1setup0);
4 extern int compute_holdsetup(int hold1setup0);
5 extern int show_holdsetup(int holdsetup);
6 extern int run_separation();
7 extern int compute_separation();
8 
9 #if 0
10 extern int propagation_xy_analysis(char *filename);
11 #endif
12 
13 extern int comp_signal_collection_methods(SIGNALS *sp_phase, SIGNALS *sp_peak,
14  char *filename);
int compute_holdsetup(int hold1setup0)
int show_holdsetup(int holdsetup)
int run_separation()
int compute_separation()
int comp_signal_collection_methods(SIGNALS *sp_phase, SIGNALS *sp_peak, char *filename)
int run_middle()
int run_holdsetup(int hold1setup0)
int compute_middle(int runall)
static char filename[LINE_LENGTH]
Definition: optimize.c:35