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

    rffd2d46 rcb47b9c  
    2626! CALLS: ibegst,iendst
    2727! ..........................................................
    28 
    29       implicit integer*4 (i-n)
    30 
     28      integer ib, ie, l
    3129      character spr,blnk,str*(*),strn*(*)
     30     
    3231      data blnk/' '/
     32     
     33      integer i, ic, ish, ii
    3334
    3435      if (spr.eq.blnk) then
     
    234235
    235236      character*(*) str
    236 
     237     
     238      integer ibegst, iendst
     239     
     240      integer i, ic, ii, ish
    237241      ii=ibegst(str)
    238242      if (ii.gt.0) then
     
    258262
    259263      character str*(*)
     264     
     265      integer iendst, ibegst
     266     
     267      integer i, ii, ic, ish
    260268
    261269      ii=ibegst(str)
     
    283291! ........................................................
    284292
    285       implicit integer*4 (i-n)
     293      integer lun
    286294
    287295      logical exs
Note: See TracChangeset for help on using the changeset viewer.