mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
fixed mistake in f90 example
This commit is contained in:
parent
be2813aa5c
commit
ec91981a4a
@ -37,7 +37,7 @@ program simple_xy_rd
|
||||
|
||||
! Open the file. NF90_NOWRITE tells netCDF we want read-only access to
|
||||
! the file.
|
||||
call check( nf90_open(FILE_NAME, IOR(NF90_NOWRITE, NF90_MPIIO), ncid) )
|
||||
call check( nf90_open(FILE_NAME, NF90_NOWRITE, ncid) )
|
||||
|
||||
! Get the varid of the data variable, based on its name.
|
||||
call check( nf90_inq_varid(ncid, "data", varid) )
|
||||
|
Loading…
Reference in New Issue
Block a user