source: PSPA/madxPSPA/src/mad_elemmultp.h @ 446

Last change on this file since 446 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 172 bytes
Line 
1#ifndef MAD_ELEMMULTP_H
2#define MAD_ELEMMULTP_H
3
4// types
5
6struct element;
7
8// interface
9
10double mult_par(const char* par, struct element* el);
11
12#endif // MAD_ELEMMULTP_H
13
Note: See TracBrowser for help on using the repository browser.