Changeset 32289cd for metropolis.f


Ignore:
Timestamp:
11/19/09 11:29:41 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
38d77eb
Parents:
6650a56
Message:

Explicitly declare variables.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@33 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metropolis.f

    r6650a56 r32289cd  
    2020      include 'INCP.H'
    2121      include 'incl_lund.h'
     22     
     23      double precision eol, energy, grnd, dv, addang, enw, delta, dummy
     24      double precision rd, ex, acz, eol1
     25
     26      integer nsw, iupstate, iupt, ivar, jv, iml, i, ncalls, nacalls
     27
    2228      external dummy
    2329!      common/bet/beta
     
    178184     
    179185      subroutine accanalyze(iuptype,iupdstate)
     186      integer ncalls, nacalls, iupdstate, iuptype
    180187      common/updstats/ncalls(5),nacalls(5)
    181188      ncalls(5)=ncalls(5)+1
     
    202209      integer iiii
    203210      double precision bbbb,curprob, grnd,up2bmax,up2bmin
     211
    204212      common/updtparam/up2bmax,up2bmin
    205213      curprob=(bbbb-up2bmin)/(up2bmax-up2bmin)
     
    211219      end
    212220      block data updtchs
     221      integer ncalls, nacalls
    213222      double precision up2bmax, up2bmin
    214223      common/updtparam/up2bmax,up2bmin
Note: See TracChangeset for help on using the changeset viewer.