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

    r1066 r1092  
    2020! Current revisions:
    2121! ------------------
     22! unused variables removed
    2223!
    2324! Former revisions:
     
    174175    CHARACTER (LEN=10) ::  binary_version, version_on_file
    175176    CHARACTER (LEN=30) ::  variable_chr
    176 
    177     LOGICAL ::  ldum
    178177
    179178
     
    792791    CHARACTER (LEN=1)  ::  cdum
    793792
    794     INTEGER ::  idum, max_pr_user_on_file, nz_on_file, &
     793    INTEGER ::  max_pr_user_on_file, nz_on_file, &
    795794                statistic_regions_on_file, tmp_mpru, tmp_sr
    796795
Note: See TracChangeset for help on using the changeset viewer.