bes  Updated for version 3.20.6
HE5Dim.h
1 #ifndef _HE5Dim_H
2 #define _HE5Dim_H
3 
4 #include <string>
5 
6 
7 struct HE5Dim {
8  std::string name;
9  int size;
10 };
11 
12 #endif
HE5Dim
Definition: HE5Dim.h:7