Example of an ADAMOC header file
#ifndef __FRFT_LOADED
#define __FRFT_LOADED
typedef struct {
int frft;
int ID;
float InverseRadi;
float TanLambda;
float Phi0;
float D0;
float Z0;
float Alpha;
float EcovarM[21];
float Chis2;
int numDegFree;
int nopt;
int _9999;
} FRFT_DEF;
#ifdef __TAP_CREOBJ__
FRFT_DEF FRFT;
#else
extern FRFT_DEF FRFT;
#endif
#endif
Previous slide
Next slide
Back to first slide
View graphic version