A two-dimensional array that contains information for country/year combinations. More...
#include <datastruct.h>
Data Fields | |
int | y_start |
The start year. More... | |
int | y_end |
The end year. More... | |
double * | data |
The array, dimensioned (y_start - y_end + 1) * ad.numrecs when created. More... | |
A two-dimensional array that contains information for country/year combinations.
Definition at line 59 of file datastruct.h.
double* data |
The array, dimensioned (y_start - y_end + 1) * ad.numrecs when created.
Definition at line 62 of file datastruct.h.
int y_end |
The end year.
Definition at line 61 of file datastruct.h.
int y_start |
The start year.
Definition at line 60 of file datastruct.h.