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

    rffd2d46 rcb47b9c  
    2929
    3030      include 'INCL.H'
    31 
     31      ! Subroutine arguments
     32      integer nml
     33     
     34      integer i, i1, i2, i3, ifirs, jow, j, jj
     35      double precision x1, x2, x3, y1, y2, y3, z1, z2, z3
     36     
     37      double precision xg, zg
    3238      dimension xg(3),zg(3)
    3339
     
    97103 
    98104      include 'INCL.H'
    99 
     105! arguments     
     106      integer nml, i1, i2, i3
     107     
     108      integer ibd, i, irs, ix
    100109      dimension ibd(4)
    101110      logical bb
     
    178187
    179188      include 'INCL.H'
    180 
     189!     arguments
     190      integer i, ia
     191      double precision ct, st, ca, sa, bl, x1, x2, x3, z1, z2, z3
     192      double precision y1, y2, y3, h2, h3, dx, dz
     193     
    181194      ct=cstoat(i)
    182195      st=sntoat(i)
     
    249262
    250263      include 'INCL.H'
    251 
     264!     arguments
     265      integer i1, i2, i3
     266      double precision x1, x2, x3, y1, y2, y3, z1, z2, z3, h1, h2, h3
     267      double precision dz, dx
     268     
    252269      h1=xat(i2)
    253270      h2=yat(i2)
     
    308325
    309326      include 'INCL.H'
    310      
     327!     arguments
     328      integer nml, i1, i2, i3
     329      double precision xg, zg, ag
    311330      dimension xg(3),zg(3),ag(3,3)
    312331
     332      integer i
     333      double precision ca, sa, cb,sb, cg, sg, d, ct2, ct3, dx, dz
     334      double precision x1, x2, x3, y1, y2, y3, z1, z2, z3, st2, sa2, st3
    313335
    314336      ca = cos(gbpr(4,nml))  ! alpha
Note: See TracChangeset for help on using the changeset viewer.