source: PSPA/madxPSPA/src/mad_api.c @ 447

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

import madx-5.01.00

File size: 122 bytes
Line 
1#include "madx.h"
2#include "mad_api.h"
3
4struct sequence_list*
5madextern_get_sequence_list(void)
6{
7    return sequences;
8}
Note: See TracBrowser for help on using the repository browser.