Changeset cb47b9c for mklist.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
  • mklist.f

    rffd2d46 rcb47b9c  
    1919! TODO: Calculate van-der-Waals regions over all molecules.
    2020      include 'INCL.H'
    21 
     21      integer nml
     22
     23      integer mxh, mx2, l1st1, l1st2, l2nd1, l2nd2, l1i, l2i
    2224      parameter (mxh=50,         ! max. # of atom regions
    2325     &           mx2=50)
     
    2729      dimension l1st1(mxh),l1st2(mxh),l2nd1(mxh),l2nd2(mxh)
    2830     &         ,l1i(mxbd),l2i(mx2)
     31
     32      integer ia, i, i1s, i2s, ibd, ib, ifivr, ifiat, ilaat, im, ilavr,
     33     &        iob, io, ioiob, iow, it, is, iv, jbd, j, n1i, n14, n1st,
     34     &        n2nd, n2i, ntlms, nvw
    2935
    3036! _______________________ indices of 1st vdw-region/14-partner for 'nml'
Note: See TracChangeset for help on using the changeset viewer.