Ignore:
Timestamp:
Jun 8, 2017 4:58:28 PM (7 years ago)
Author:
schwenkel
Message:

unused variables removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/read_var_list.f90

    r2259 r2265  
    2525! -----------------
    2626! $Id$
     27! Unused variables removed.
     28!
     29! 2259 2017-06-08 09:09:11Z gronemeier
    2730! Implemented synthetic turbulence generator
    2831!
     
    223226
    224227    USE particle_attributes,                                                   &
    225         ONLY:  curvature_solution_effects, time_sort_particles
     228        ONLY:  curvature_solution_effects
    226229
    227230    USE pegrid
     
    694697          CASE ( 'time_since_reference_point' )
    695698             READ ( 13 )  time_since_reference_point
    696           CASE ( 'time_sort_particles' )
    697              READ ( 13 )  time_sort_particles
    698699          CASE ( 'timestep_scheme' )
    699700             READ ( 13 )  timestep_scheme
Note: See TracChangeset for help on using the changeset viewer.