Changeset cb47b9c for enysol.f


Ignore:
Timestamp:
11/19/09 11:29:16 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
2d5d396
Parents:
ffd2d46
Message:

Explicitly declare variables.

All variables should be declared so that we can remove the implicit statements
from the beginning of the INCL.H file.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • enysol.f

    rffd2d46 rcb47b9c  
    2525! -------------------------------------------------------------
    2626! TODO: Check the solvent energy for multiple molecules     
     27!     arguments
     28      integer nmol
     29     
     30!     functions
     31      integer nursat
     32
     33      integer numbox, inbox, indsort, look, i, ii, ia, ib, ibox, icount
     34      integer ilk, il, ik, ix, iy, iz, j, jy, jbox, jbi, jres, jj, jcnt
     35      integer jtk, jx, jz, lbn, lst, mhx, mx, nsy, ndy, mz, my, nboxj
     36      integer ndx, ncbox, nbt, nez, ndz, nex, ney, nlow, nhx, nnei
     37      integer nrshi, nqxy, nrslow, mbt, nsx, nsz, numat, nup
     38      double precision xyz, radb, radb2, ymin, diamax, area, akrad
     39      double precision avr_x, avr_y, avr_z, dd, dr, dx, dy, dz, sizex
     40      double precision rmax, shiftx, shifty, shiftz, sizey, sizez
     41      double precision sizes, trad, zmin, xmax, xmin, ymax, zmax
     42      double precision sdr, sdd, volume
     43     
    2744      dimension numbox(mxat),inbox(mxbox+1),indsort(mxat),look(mxat)
    2845      dimension xyz(mxinbox,3),radb(mxinbox),radb2(mxinbox)
     
    323340      include 'INCL.H'
    324341      character lin*80
    325 
     342      integer i
    326343!    Skipping comment lines, which begin with '!' 
    327344      read(20,'(a)') lin
Note: See TracChangeset for help on using the changeset viewer.