ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
double_array Struct Reference

Dynamic array to hold doubles. More...

#include <header.h>

Data Fields

int size
 
int total_size
 
double * array
 

Detailed Description

Dynamic array to hold doubles.

Holds a pointer to a double array and values for size and memory size.

Definition at line 595 of file header.h.

Field Documentation

double* array

Definition at line 600 of file header.h.

int size

Definition at line 597 of file header.h.

int total_size

Definition at line 598 of file header.h.


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