M.Z.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
!!------------------------------------------------------------------------------
|
||||
!! 10.9.97 M. Zolliker
|
||||
!!
|
||||
!! System dependent subroutines for ALPHA UNIX
|
||||
!! System dependent subroutines for LINUX
|
||||
!!------------------------------------------------------------------------------
|
||||
!!
|
||||
subroutine SYS_GETENV(NAME, VALUE) !!
|
||||
@@ -362,3 +362,13 @@
|
||||
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', iostat=ios)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user