Changeset 2265 for palm/trunk/SOURCE/lpm_write_restart_file.f90
- Timestamp:
- Jun 8, 2017 4:58:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/lpm_write_restart_file.f90
r2101 r2265 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Unused variables removed. 28 ! 29 ! 2101 2017-01-05 16:42:31Z suehring 27 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop … … 68 71 number_of_particles, number_of_particle_groups, & 69 72 particles, particle_groups, prt_count, time_prel, & 70 time_write_particle_data , uniform_particles73 time_write_particle_data 71 74 72 75 USE pegrid … … 112 115 WRITE ( 90 ) bc_par_b, bc_par_lr, bc_par_ns, bc_par_t, & 113 116 number_of_particle_groups, particle_groups, time_prel, & 114 time_write_particle_data , uniform_particles117 time_write_particle_data 115 118 116 119 WRITE ( 90 ) prt_count
Note: See TracChangeset
for help on using the changeset viewer.