mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update constants.h
This commit is contained in:
parent
b59d5416b1
commit
818a6c245b
1 changed files with 1 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};//DR change version HDF5 to work
|
||||
constexpr int HDF5_VERSION[] {2, 0};
|
||||
|
||||
// Version numbers for binary files
|
||||
constexpr std::array<int, 2> VERSION_STATEPOINT {17, 0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue