bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HE5Dim.h
1#ifndef _HE5Dim_H
2#define _HE5Dim_H
3
4#include <string>
5
6
7struct HE5Dim {
8 std::string name;
9 int size;
10};
11
12#endif
Definition HE5Dim.h:7