source: PSPA/madxPSPA/src/mad_inter.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: 381 bytes
Line 
1#ifndef MAD_INTER_H
2#define MAD_INTER_H
3
4// interface
5
6/* Warning:
7   these functions must be called close to each other
8   they backup some states of the current node in global variables (side effects)
9   that must be restored. Hence, node iteration are forbidden between their call.
10*/
11int interpolate_node(int *nint);
12int reset_interpolation(int *nint);
13
14#endif // MAD_INTER_H
15
Note: See TracBrowser for help on using the repository browser.