Skip to content

Commit

Permalink
marked file action as read
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Ladwig committed Mar 29, 2019
1 parent e1fa3ca commit bd83bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/rip_cape.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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=*)
Expand Down

0 comments on commit bd83bf9

Please sign in to comment.