mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Fix typo in NF90_OPEN documentation
This commit is contained in:
parent
a598103bad
commit
cb018af51c
@ -1075,7 +1075,7 @@ named foo.nc for read-only, non-shared access:
|
||||
implicit none
|
||||
integer :: ncid, status
|
||||
...
|
||||
status = nf90_open(path = "foo.nc", cmode = nf90_nowrite, ncid = ncid)
|
||||
status = nf90_open(path = "foo.nc", mode = nf90_nowrite, ncid = ncid)
|
||||
if (status /= nf90_noerr) call handle_err(status)
|
||||
@end example
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user