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

    r1037 r1092  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! unused variables removed
    2323!
    2424! Former revisions:
     
    7777
    7878       INTEGER ::  ia, idum, im, iq, ir, ndiv, ntab
    79        REAL    ::  am, eps, random_function, ranf, rnmx
     79       REAL    ::  am, eps, random_function, rnmx
    8080
    8181       PARAMETER ( ia=16807, im=2147483647, am=1.0/im, iq=127773, ir=2836, &
Note: See TracChangeset for help on using the changeset viewer.