Changeset 2265 for palm/trunk/SOURCE/read_var_list.f90
- Timestamp:
- Jun 8, 2017 4:58:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/read_var_list.f90
r2259 r2265 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Unused variables removed. 28 ! 29 ! 2259 2017-06-08 09:09:11Z gronemeier 27 30 ! Implemented synthetic turbulence generator 28 31 ! … … 223 226 224 227 USE particle_attributes, & 225 ONLY: curvature_solution_effects , time_sort_particles228 ONLY: curvature_solution_effects 226 229 227 230 USE pegrid … … 694 697 CASE ( 'time_since_reference_point' ) 695 698 READ ( 13 ) time_since_reference_point 696 CASE ( 'time_sort_particles' )697 READ ( 13 ) time_sort_particles698 699 CASE ( 'timestep_scheme' ) 699 700 READ ( 13 ) timestep_scheme
Note: See TracChangeset
for help on using the changeset viewer.