Ice Sheet System Model  4.18
Code documentation
datastructures.h
Go to the documentation of this file.
1 /* \file datastructures.h
2  * \brief: header file for all datastructures routines.
3  */
4 
5 #ifndef _DATA_STRUCTURES_H_
6 #define _DATA_STRUCTURES_H_
7 
8 #include "./DataSet.h"
9 #include "./Object.h"
10 
11 #endif
Object.h
DataSet.h