not needed

This commit is contained in:
Martin Diehl 2022-02-03 07:58:51 +01:00
parent 5d55392425
commit 2cb3b2cc45
1 changed files with 2 additions and 2 deletions

View File

@ -259,9 +259,9 @@ module subroutine thermal_restartWrite(groupHandle,ph)
integer(HID_T), intent(in) :: groupHandle
integer, intent(in) :: ph
integer(HID_T) :: new_group
integer :: so
do so = 1,thermal_Nsources(ph)
call HDF5_write(thermalState(ph)%p(so)%state,groupHandle,'omega_thermal')
enddo
@ -274,9 +274,9 @@ module subroutine thermal_restartRead(groupHandle,ph)
integer(HID_T), intent(in) :: groupHandle
integer, intent(in) :: ph
integer(HID_T) :: new_group
integer :: so
do so = 1,thermal_Nsources(ph)
call HDF5_read(thermalState(ph)%p(so)%state0,groupHandle,'omega_thermal')
enddo