unified some functions with fit. M.Z.
This commit is contained in:
@@ -121,7 +121,7 @@ c if INIT exists, read it to get the port number and the start command
|
||||
|
||||
startcmd=' '
|
||||
|
||||
call sys_open_read(lun, init, ios)
|
||||
call sys_open(lun, init, 'R', ios)
|
||||
if (ios .eq. 0) read (lun, *, iostat=ios) port
|
||||
if (ios .eq. 0) read (lun, *, iostat=ios) ! skip options line
|
||||
if (ios .eq. 0) read (lun, '(a)', iostat=ios) startcmd
|
||||
|
||||
Reference in New Issue
Block a user