source: PSPA/madxPSPA/src/mad_emit.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: 137 bytes
Line 
1#ifndef MAD_EMIT_H
2#define MAD_EMIT_H
3
4// types
5
6struct in_cmd;
7
8// interface
9
10void pro_emit(struct in_cmd* cmd);
11
12#endif // MAD_EMIT_H
13
Note: See TracBrowser for help on using the repository browser.