gdrsclib
|
For the application, basic dimensions: number of countries and bounding years. More...
#include <datastruct.h>
Data Fields | |
int | numrecs |
Number of records (i.e., number of countries) More... | |
int | minyear |
Earliest year for the dataset. More... | |
int | maxyear |
Final year for the dataset. More... | |
For the application, basic dimensions: number of countries and bounding years.
Definition at line 48 of file datastruct.h.
int maxyear |
Final year for the dataset.
Definition at line 51 of file datastruct.h.
int minyear |
Earliest year for the dataset.
Definition at line 50 of file datastruct.h.
int numrecs |
Number of records (i.e., number of countries)
Definition at line 49 of file datastruct.h.