source: PSPA/madxPSPA/src/mad_eval.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: 420 bytes
Line 
1#ifndef MAD_EVAL_H
2#define MAD_EVAL_H
3
4// types
5
6struct in_cmd;
7struct int_array;
8
9// interface
10
11void    deco_init(void);
12void    process(void);
13void    pro_input(char* statement);
14int     polish_expr(int c_item, char** item);   /* split input */
15double  polish_value(struct int_array* deco, char* expr_string);
16int     act_special(int type, char* statement);
17void    print_value(struct in_cmd*);
18
19#endif // MAD_EVAL_H
20
Note: See TracBrowser for help on using the repository browser.