Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

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

    r2718 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    28 !
    29 !
    3031! Change in file header (GPL part)
    31 !
    3232! Added comments
    33 !
    3433!
    3534! 2263 2017-06-08 14:59:01Z schwenkel
    3635! Initial revision
    37 !
    3836!
    3937!
     
    6462    USE particle_attributes,                                                   &
    6563        ONLY:  deleted_particles, grid_particles, initial_weighting_factor,    &     
    66                merge_drp, merging, number_of_particles, particles, prt_count,  &
     64               merge_drp, number_of_particles, particles, prt_count,           &
    6765               radius_merge, sum_merge_drp, weight_factor_merge
    6866
Note: See TracChangeset for help on using the changeset viewer.