M.Z.
This commit is contained in:
@@ -356,3 +356,14 @@
|
||||
endif
|
||||
endif
|
||||
end
|
||||
|
||||
!-----------------------------------------------------------------------------
|
||||
!
|
||||
subroutine sys_open_read(lun, name, ios)
|
||||
!
|
||||
! open a file as read only (needed to open files with read-only access)
|
||||
integer lun, ios
|
||||
character name*(*)
|
||||
|
||||
open (lun, file=name, status='old', readonly, iostat=ios)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user