Ignore:
Timestamp:
Feb 2, 2013 11:24:22 AM (11 years ago)
Author:
raasch
Message:

unused variables remove from several routines

File:
1 edited

Legend:

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

    r1070 r1092  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! unused variables removed
    2323!
    2424! Former revisions:
     
    283283    CHARACTER (LEN=100) ::  action
    284284
    285     INTEGER ::  i, ilen, intervals, iremote = 0, iter, j, k, kk, nnxh, nnyh, &
    286                 position, prec
     285    INTEGER ::  i, ilen, iremote = 0, j, k, kk, position, prec
    287286    LOGICAL ::  found, ldum
    288     REAL    ::  gradient, maxn, maxp, remote = 0.0, &
    289                 simulation_time_since_reference
     287    REAL    ::  gradient, remote = 0.0, simulation_time_since_reference
    290288
    291289!
Note: See TracChangeset for help on using the changeset viewer.