Loading [MathJax]/extensions/tex2jax.js
gdrsclib
All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
datablock Struct Reference

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

Detailed Description

A two-dimensional array that contains information for country/year combinations.

Definition at line 59 of file datastruct.h.

Field Documentation

◆ data

double* data

The array, dimensioned (y_start - y_end + 1) * ad.numrecs when created.

Definition at line 62 of file datastruct.h.

◆ y_end

int y_end

The end year.

Definition at line 61 of file datastruct.h.

◆ y_start

int y_start

The start year.

Definition at line 60 of file datastruct.h.


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