source: PSPA/madxPSPA/src/mad_match.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: 487 bytes
Line 
1#ifndef MAD_MATCH_H
2#define MAD_MATCH_H
3
4// types
5
6struct in_cmd;
7
8// interface
9
10void pro_match(struct in_cmd* cmd);
11
12// used by match.f90
13void mtcond(int* print_flag, int* nf, double* fun_vec, int* stab_flag);
14
15// used by matchjc.f90
16int mtputconsname(char* noden, int* nodei , char* consn, int* consi);
17
18// used by match.f90, matchjc.f90, matchsa.f90
19int next_vary(char* name, int* name_l, double* lower, double* upper, double* step, int* slope, double* opt);
20
21#endif // MAD_MATCH_H
22
23
Note: See TracBrowser for help on using the repository browser.