gdrsclib
|
A one-dimensional array that contains global information that is the same for all countries. More...
#include <datastruct.h>
Data Fields | |
int | y_start |
The start year. More... | |
int | y_end |
The end year. More... | |
double * | data |
The data, length = y_start - y_end + 1 when created. More... | |
A one-dimensional array that contains global information that is the same for all countries.
Definition at line 93 of file datastruct.h.
double* data |
The data, length = y_start - y_end + 1 when created.
Definition at line 96 of file datastruct.h.
int y_end |
The end year.
Definition at line 95 of file datastruct.h.
int y_start |
The start year.
Definition at line 94 of file datastruct.h.