Skip to content

Commit

Permalink
Merge pull request #1977 from jedwards4b/doc_update
Browse files Browse the repository at this point in the history
correct create mode documentation
  • Loading branch information
jedwards4b committed Nov 22, 2023
2 parents 76c40a7 + a3b7c4b commit 4fe284c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,7 @@ end function pio_iotype_available
!! @param file The returned file descriptor
!! @param iotype @copydoc PIO_iotype
!! @param fname The name of the file to open
!! @param amode_in The NetCDF creation mode flag - NC_NOWRITE for
!! read-only access or NC_WRITE for read-write access.
!! @param amode_in The NetCDF creation mode flag: PIO_CLOBBER, PIO_NOCLOBBER, PIO_64BIT_OFFSET, PIO_64BIT_DATA
!! @retval ierr @copydoc error_return
!! @author Jim Edwards
!<
Expand Down

0 comments on commit 4fe284c

Please sign in to comment.