Changeset bd2278d for incl_lund.h


Ignore:
Timestamp:
09/05/08 11:49:42 (16 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
fafe4d6
Parents:
2ebb8b6
Message:

Reformatting comments and continuation marks.

Fortran 90 and higher use ! to mark comments no matter where they are in the
code. The only valid continuation marker is &.
I also added the SMMP.kdevelop.filelist to the repository to make it easier
to use kdevelop.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • incl_lund.h

    r2ebb8b6 rbd2278d  
    88      double precision alhb,blhb,sighb2,cdon,cacc,casc
    99
    10 c -----Probability for using BGS when it is possible
     10! -----Probability for using BGS when it is possible
    1111      double precision abgs,bbgs, dph(8)
    1212      integer bgsnvar,bgsvar(mxrs), iph(8)
     
    3232
    3333      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
     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.