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

    rffd2d46 rcb47b9c  
    3838
    3939      include 'INCL.H'
    40 
     40!     arguments
     41      integer nml
     42!     functions     
     43      integer iopfil, iendst
     44     
     45      integer i, iat, iow, ifirs, ibd, ilars, j, mvr, nbd, n, nbd1, nj
     46      integer nh, nrs, ntlat, ntlvr, nat, nxt
     47      double precision ba, t, to
    4148      character res*4
    4249
     
    270277
    271278      include 'INCL.H'
    272 
     279!     arguments
     280      integer nat, nxt, nvrr
     281     
     282!     functions
     283      integer iendst
     284     
     285      integer icl, ibd, ib3, i, ib1, ib2, ic, iow, iexcp, ity, jow, lg
     286      integer nln, j
    273287      dimension icl(3),ibd(mxbd)
    274288      character blnk,fix(3),nm(3)*3,res*4,resl*4,line*132
    275289      data blnk/' '/
    276290
     291      double precision ba, to
    277292
    278293      nln=0
Note: See TracChangeset for help on using the changeset viewer.