Skip to content

Commit

Permalink
During the call to pass vectors to linked list, I had the seed_bank p…
Browse files Browse the repository at this point in the history
…assing reversed. Fixed.
  • Loading branch information
rgknox committed Nov 23, 2016
1 parent 8aef388 commit 0c1d833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/FatesRestartInterfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ subroutine get_restart_vectors(this, nc, nsites, sites)

! read seed_bank info(site-level, but PFT-resolved)
do i = 1,numpft_ed
rio_seed_bank_sift(io_idx_co_1st+i-1) = sites(s)%seed_bank(i)
sites(s)%seed_bank(i) = rio_seed_bank_sift(io_idx_co_1st+i-1)
enddo

! Perform a check on the number of patches per site
Expand Down

0 comments on commit 0c1d833

Please sign in to comment.