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

    rffd2d46 rcb47b9c  
    7070      include 'INCL.H'
    7171
     72!     functions
     73      integer iopfil, iendst, iredin, iredrl, ibegst
    7274! maxfld: max. # of fields in one command
    7375! maxide: max. # of identifiers in a field
     
    7577! ilrg:   a large integer
    7678
     79      integer maxfld, maxide, maxcmd, ilrg, ifdend, icb, i, ib, ibz
     80      integer ife, ifb, ide, id, ice, ie, ieh, ieh1, iez, ihz, ifx, ifld
     81      integer ile, ii, ihy, ilb, iml, it, in ,io, inum, kbz, iv, ity, jb
     82      integer j, k, l, kez, kk, kv, lez, lbz,ll, ll1, ll2, n, nfi, ncmd
     83      integer nfld, nide, nml, ntlvr
     84      double precision vlvrx, rn, vr, val
    7785      parameter (maxfld=4,
    7886     &           maxide=30,
Note: See TracChangeset for help on using the changeset viewer.