Changeset cb47b9c for incl_lund.h


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
  • incl_lund.h

    rffd2d46 rcb47b9c  
    3131      dimension asaexv(mxtyat,mxtyat),bsaexv(mxtyat,mxtyat)
    3232
    33       common /lundff/kbias,
    34      &     epshb1,epshb2,powa,powb,sighb,cthb,
    35      &     cthb2,
    36      &     alhb,blhb,sighb2,cdon,cacc,casc,
    37      &     ihpat,nhpat,hpstrg,
    38      &     exvk,exvcut,exvcut2,
    39      &     matcon,
    40      &     sigsa,sig2lcp,asalcp,bsalcp,
    41      &     lcp1,lcp2,ilpst,ilpnd,
    42      &     exvlam,exvcutg,exvcutg2,
    43      &     sig2exv,asaexv,bsaexv
     33      common /lundff/kbias,                                             &
     34     &     epshb1,epshb2,powa,powb,sighb,cthb,                          &
     35     &     cthb2,                                                       &
     36     &     alhb,blhb,sighb2,cdon,cacc,casc,                             &
     37     &     ihpat,nhpat,hpstrg,                                          &
     38     &     exvk,exvcut,exvcut2,                                         &
     39     &     matcon,                                                      &
     40     &     sigsa,sig2lcp,asalcp,bsalcp,                                 &
     41     &     lcp1,lcp2,ilpst,ilpnd,                                       &
     42     &     exvlam,exvcutg,exvcutg2,                                     &
     43     &     sig2exv,asaexv,bsaexv 
    4444      save /lundff/
Note: See TracChangeset for help on using the changeset viewer.