test changes

This commit is contained in:
dr.yuri 2019-03-15 12:16:49 +03:00
parent 830bd4f8e0
commit 967161cee8
6 changed files with 216 additions and 1 deletions

View file

@ -25,7 +25,7 @@ constexpr int VERSION_RELEASE {0};
constexpr std::array<int, 3> VERSION {VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE};
// HDF5 data format
constexpr int HDF5_VERSION[] {2, 0};
constexpr int HDF5_VERSION[] {2, 0};//DR change version HDF5 to work
// Version numbers for binary files
constexpr std::array<int, 2> VERSION_STATEPOINT {17, 0};

View file

@ -266,6 +266,7 @@ public:
void to_hdf5_inner(hid_t group_id) const;
private:
int n_hextype_; //!<DR type of hex lattice orientation
int n_rings_; //!< Number of radial tile positions
int n_axial_; //!< Number of axial tile positions
Position center_; //!< Global center of lattice