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/lpm_write_restart_file.f90

    r2101 r2265  
    2525! -----------------
    2626! $Id$
     27! Unused variables removed.
     28!
     29! 2101 2017-01-05 16:42:31Z suehring
    2730!
    2831! 2000 2016-08-20 18:09:15Z knoop
     
    6871               number_of_particles, number_of_particle_groups,                 &
    6972               particles, particle_groups, prt_count, time_prel,               &
    70                time_write_particle_data, uniform_particles
     73               time_write_particle_data
    7174
    7275    USE pegrid
     
    112115    WRITE ( 90 )  bc_par_b, bc_par_lr, bc_par_ns, bc_par_t,              &
    113116                  number_of_particle_groups, particle_groups, time_prel, &
    114                   time_write_particle_data, uniform_particles
     117                  time_write_particle_data
    115118
    116119    WRITE ( 90 )  prt_count
Note: See TracChangeset for help on using the changeset viewer.