Changeset 851 for palm/trunk/SOURCE/lpm_exchange_horiz.f90
- Timestamp:
- Mar 15, 2012 2:32:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_exchange_horiz.f90
r850 r851 4 4 ! Current revisions: 5 5 ! ------------------ 6 ! 6 ! Bugfix: resetting of particle_mask and tail mask moved from end of this 7 ! routine to lpm 7 8 ! 8 9 ! Former revisions: … … 915 916 #endif 916 917 917 !918 !-- Initialize variables for the next (sub-) timestep, i.e. for marking those919 !-- particles to be deleted after the timestep920 particle_mask = .TRUE.921 deleted_particles = 0922 923 IF ( use_particle_tails ) THEN924 tail_mask = .TRUE.925 ENDIF926 deleted_tails = 0927 918 928 919 END SUBROUTINE lpm_exchange_horiz
Note: See TracChangeset
for help on using the changeset viewer.