HOPS
HOPS class reference
refringe.h
Go to the documentation of this file.
1 #ifndef REFRINGE_H__
2 #define REFRINGE_H__
3 
4 #define ALREADY_USED -1
5 #define END_OF_LIST -2
6 
7 typedef struct
8  {
10  char baseline[3];
11  char subgroup;
12  } bsgstruct;
13 
14 
15 #endif
16 
int baseline
Definition: fourfit3.c:62
char subgroup
Definition: refringe.h:11
int files_index
Definition: refringe.h:9
Definition: refringe.h:8