mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fix HDF5 compile errors.
This commit is contained in:
parent
c88615bdd7
commit
1cc80452e2
1 changed files with 3 additions and 1 deletions
|
|
@ -462,7 +462,9 @@ contains
|
|||
integer(HSIZE_T) :: dims(1)
|
||||
integer(HID_T) :: tallies_group
|
||||
integer(HID_T) :: temp_group
|
||||
type(TallyObject), pointer :: t => null()
|
||||
integer(HID_T) :: filter_group ! group for i-th filter
|
||||
integer, allocatable :: temp_array(:) ! nuclide bin array
|
||||
type(TallyObject), pointer :: t => null()
|
||||
|
||||
! Create group for tallies
|
||||
call h5gcreate_f(hdf5_output_file, "tallies", tallies_group, hdf5_err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue