We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Below we gather all different usage of open from projects at List-of-popular-open-source-Fortran-projects:
open
open(io,file=trim(Filename)) open(IO,file=trim(ObsFileName),status = 'old',iostat = ok) open(io,file=trim(NormFile),position='append') open(unit=10, file="save.dat", status='old', action="read") open(newunit=iu, file=f, action='read', status='old')