size of MAXCHUNKS same as maximum allocated size for “heat_time” & “heat_rate”

This commit is contained in:
Tias Maiti 2015-08-18 03:20:16 +00:00
parent eab7b11cc0
commit 53c574033a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ subroutine source_thermal_externalheat_init(fileUnit)
implicit none
integer(pInt), intent(in) :: fileUnit
integer(pInt), parameter :: MAXNCHUNKS = 7_pInt
integer(pInt), parameter :: MAXNCHUNKS = 1000_pInt
integer(pInt), dimension(1+2*MAXNCHUNKS) :: positions
integer(pInt) :: maxNinstance,phase,instance,source,sourceOffset
integer(pInt) :: sizeState, sizeDotState, sizeDeltaState