Browse Source

marked file action as read

lon0
Bill Ladwig 6 years ago
parent
commit
bd83bf95d5
  1. 2
      fortran/rip_cape.f90

2
fortran/rip_cape.f90

@ -176,7 +176,7 @@ SUBROUTINE DLOOKUP_TABLE(psadithte, psadiprs, psaditmk, fname, errstat, errmsg) @@ -176,7 +176,7 @@ SUBROUTINE DLOOKUP_TABLE(psadithte, psadiprs, psaditmk, fname, errstat, errmsg)
! FNAME = 'psadilookup.dat'
iustnlist = 33
OPEN (UNIT=iustnlist, FILE=fname, FORM='formatted', STATUS='old')
OPEN (UNIT=iustnlist, FILE=fname, FORM='formatted', STATUS='old', ACTION='read')
DO i = 1,14
READ (iustnlist, FMT=*)

Loading…
Cancel
Save