21 subroutine setfil( fileid )
35 iend = iroot( fileid )
41 prname=fileid(:iend)//
'.par'
42 lgname=fileid(:iend)//
'.log'
43 trname=fileid(:iend)//
'.trc'
66 subroutine setdat( dataid )
80 iend = iroot( dataid )
87 dtname=dataid(:iend)//
'.dat'
88 spname=dataid(:iend)//
'.spc'
101 function iroot( fileid )
107 character fileid*30,chr*1
112 if(chr.ne.
'.' .and. chr.ne.
' '.and.i.lt.30)
goto 1
character *30, save prname
character *30, save dtname
integer function iroot(fileid)
character *30, save lgname
subroutine setdat(dataid)
character *30, save trname
subroutine setfil(fileid)
character *30, save spname