not needed
This commit is contained in:
parent
5d55392425
commit
2cb3b2cc45
|
@ -259,9 +259,9 @@ module subroutine thermal_restartWrite(groupHandle,ph)
|
||||||
integer(HID_T), intent(in) :: groupHandle
|
integer(HID_T), intent(in) :: groupHandle
|
||||||
integer, intent(in) :: ph
|
integer, intent(in) :: ph
|
||||||
|
|
||||||
integer(HID_T) :: new_group
|
|
||||||
integer :: so
|
integer :: so
|
||||||
|
|
||||||
|
|
||||||
do so = 1,thermal_Nsources(ph)
|
do so = 1,thermal_Nsources(ph)
|
||||||
call HDF5_write(thermalState(ph)%p(so)%state,groupHandle,'omega_thermal')
|
call HDF5_write(thermalState(ph)%p(so)%state,groupHandle,'omega_thermal')
|
||||||
enddo
|
enddo
|
||||||
|
@ -274,9 +274,9 @@ module subroutine thermal_restartRead(groupHandle,ph)
|
||||||
integer(HID_T), intent(in) :: groupHandle
|
integer(HID_T), intent(in) :: groupHandle
|
||||||
integer, intent(in) :: ph
|
integer, intent(in) :: ph
|
||||||
|
|
||||||
integer(HID_T) :: new_group
|
|
||||||
integer :: so
|
integer :: so
|
||||||
|
|
||||||
|
|
||||||
do so = 1,thermal_Nsources(ph)
|
do so = 1,thermal_Nsources(ph)
|
||||||
call HDF5_read(thermalState(ph)%p(so)%state0,groupHandle,'omega_thermal')
|
call HDF5_read(thermalState(ph)%p(so)%state0,groupHandle,'omega_thermal')
|
||||||
enddo
|
enddo
|
||||||
|
|
Loading…
Reference in New Issue