mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Resolves issue #1070
This commit is contained in:
parent
74b7e53bbb
commit
60bd409f7f
2 changed files with 3 additions and 1 deletions
|
|
@ -748,6 +748,8 @@ const hid_t H5TypeMap<int>::type_id = H5T_NATIVE_INT;
|
|||
template<>
|
||||
const hid_t H5TypeMap<unsigned long>::type_id = H5T_NATIVE_ULONG;
|
||||
template<>
|
||||
const hid_t H5TypeMap<unsigned int>::type_id = H5T_NATIVE_UINT;
|
||||
template<>
|
||||
const hid_t H5TypeMap<int64_t>::type_id = H5T_NATIVE_INT64;
|
||||
template<>
|
||||
const hid_t H5TypeMap<double>::type_id = H5T_NATIVE_DOUBLE;
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@ module nuclide_header
|
|||
|
||||
! Arbitrary value to indicate invalid cache state for elastic scattering
|
||||
! (NuclideMicroXS % elastic)
|
||||
real(8), parameter :: CACHE_INVALID = dble(Z"FFE0000000000000")
|
||||
real(8), parameter :: CACHE_INVALID = -1
|
||||
|
||||
type, bind(C) :: NuclideMicroXS
|
||||
! Microscopic cross sections in barns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue