Changeset 08edfcf for INCL.H


Ignore:
Timestamp:
11/19/09 11:29:29 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
c021909
Parents:
2019dff
Message:

Charges need to be floating point numbers.

While explicitely typing the variables, cgat had become an integer. It has to
be a double precision number, though. This commit fixes this.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INCL.H

    r2019dff r08edfcf  
    1       implicit none
    2 !      implicit integer*4 (i-n)
    3 !      implicit real*8 (a-h,o-z)
     1!      implicit none
     2      implicit integer*4 (i-n)
     3      implicit real*8 (a-h,o-z)
    44      character*255 version
    55
     
    88      integer mxhbac, mxtybl, mxtyba, mxtyto, mxrt, mxvrrt, mxrtsu
    99      integer nrsty
    10       integer MAXLOGLEVEL, LOGFILEUNIT
     10!      integer MAXLOGLEVEL, LOGFILEUNIT
    1111      double precision pi, pi2, pi4, crd, cdr, zero, one
    1212      integer izero, ione
     
    223223!  zat    - |
    224224!  nmat   - atom name
    225       integer ityat, iowat, iyowat, nbdat, ibdat, iybdat, ixmsat, cgat
     225      integer ityat, iowat, iyowat, nbdat, ibdat, iybdat, ixmsat
    226226      double precision xbaat, ybaat, zbaat, baat, snbaat, csbaat, xtoat
    227227      double precision ytoat, ztoat, toat, sntoat, cstoat, blat, xat
    228       double precision yat, zat
     228      double precision yat, zat, cgat
    229229      common /atm_i/ ityat(mxat),iowat(mxat),iyowat(mxat),nbdat(mxat),  &
    230230     &               ibdat(mxbd,mxat),iybdat(mxbd,mxat),ixmsat(mxat)   
Note: See TracChangeset for help on using the changeset viewer.