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_splitting.f90

    r2932 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 2932 2018-03-26 09:39:22Z maronga
    2730! renamed particles_par to particle_parameters
    2831!
     
    7679
    7780    USE particle_attributes,                                                   &
    78         ONLY:  grid_particles, iran_part, initial_weighting_factor, isf,       &
    79                i_splitting_mode, max_number_particles_per_gridbox,             & 
    80                new_particles, n_max, number_concentration,                     &
    81                number_of_particles, number_particles_per_gridbox, particles,   &
    82                particle_type, prt_count, radius_split, splitting,              &
    83                splitting_factor, splitting_factor_max, splitting_mode,         &
     81        ONLY:  grid_particles, initial_weighting_factor, isf, i_splitting_mode,&
     82               max_number_particles_per_gridbox, new_particles, n_max,         &
     83               number_of_particles, particles, particle_type, prt_count,       &
     84               radius_split, splitting_factor, splitting_factor_max,           &
    8485               sum_new_particles, weight_factor_split                       
    8586
Note: See TracChangeset for help on using the changeset viewer.