- Timestamp:
- Feb 15, 2017 10:42:16 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_exchange_horiz.f90
r2101 r2151 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! 23 ! Bugfix in lpm_move_particle that prevents 24 ! false production of additional particles 23 25 ! 24 26 ! Former revisions: … … 1018 1020 prt_count(k,j,i) = number_of_particles 1019 1021 ! 1022 !-- Set pindex to next index of the modified 1023 !-- particle-array (due to lpm_pack_arrays) 1024 pindex = prt_count(k,j,i)+1 1025 ! 1020 1026 !-- If number of particles in the new grid box 1021 1027 !-- exceeds its allocated memory, the particle array
Note: See TracChangeset
for help on using the changeset viewer.