gdrsclib
Data Fields
timeseries Struct Reference

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...
 

Detailed Description

A one-dimensional array that contains global information that is the same for all countries.

Definition at line 93 of file datastruct.h.

Field Documentation

◆ data

double* data

The data, length = y_start - y_end + 1 when created.

Definition at line 96 of file datastruct.h.

◆ y_end

int y_end

The end year.

Definition at line 95 of file datastruct.h.

◆ y_start

int y_start

The start year.

Definition at line 94 of file datastruct.h.


The documentation for this struct was generated from the following file: