bes  Updated for version 3.20.6
HE5Za.h
1 #ifndef _HE5Za_H
2 #define _HE5Za_H
3 #include "HE5Var.h"
4 
5 
6 struct HE5Za {
7 
8  std::string name;
9  std::vector<HE5Dim> dim_list;
10  std::vector<HE5Var> data_var_list;
11 
12 
13 };
14 
15 #endif
HE5Za
Definition: HE5Za.h:6