Changeset 6650a56 for incl_lund.h


Ignore:
Timestamp:
11/19/09 11:29:38 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
32289cd
Parents:
30644a9
Message:

Explicitly declare variables.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • incl_lund.h

    r30644a9 r6650a56  
     1      integer nhptyp, mxconr, mxcell, iN, iCa, iC, mlvr, iphi, ipsi
    12      parameter (nhptyp=3,mxconr=40,mxcell=125000)
    23      dimension iN(mxrs),iCa(mxrs),iC(mxrs),mlvr(mxvr)
     
    1314      common /bgs_i/ bgsnvar,iph
    1415      common /bgs_r/ abgs,bbgs,dph, bgsvar
     16      integer ihpat, nhpat
    1517      dimension ihpat(mxrs,6),nhpat(mxrs)
    1618      double precision hpstrg
     
    1820     
    1921      double precision exvk,exvcut,exvcut2
     22      integer matcon
    2023      dimension matcon(-mxconr:mxconr,mxat)
    2124
     
    3033      dimension sig2exv(mxtyat,mxtyat)
    3134      dimension asaexv(mxtyat,mxtyat),bsaexv(mxtyat,mxtyat)
    32 
     35      integer lcp1, lcp2, ilpst, ilpnd
    3336      common /lundff/kbias,                                             &
    3437     &     epshb1,epshb2,powa,powb,sighb,cthb,                          &
Note: See TracChangeset for help on using the changeset viewer.