source: PSPA/madxPSPA/src/mad_types_f.h @ 447

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

import madx-5.01.00

File size: 232 bytes
Line 
1#ifndef MAD_TYPES_F_H
2#define MAD_TYPES_F_H
3
4/*
5  Fortran types in C
6*/
7
8typedef char*   F_CHARACTER;
9typedef int*    F_LOGICAL;
10typedef int*    F_INTEGER;
11typedef double* F_DOUBLE;
12typedef float*  F_REAL;
13
14#endif // MAD_TYPES_F_H
15
Note: See TracBrowser for help on using the repository browser.