mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
test changes
This commit is contained in:
parent
830bd4f8e0
commit
967161cee8
6 changed files with 216 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue