Skip to content

Commit

Permalink
Change BOP/EOP to BOPI/EOPI
Browse files Browse the repository at this point in the history
See discussion in #183 (reinstates
the change from 07e66a4)
  • Loading branch information
billsacks committed Sep 13, 2023
1 parent f13d3ea commit 1631dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Infrastructure/IO/PIO/ParallelIO/src/gptl/perf_utils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ END SUBROUTINE shr_mpi_bcastl0

!================== Routines from csm_share/shr/shr_file_mod.F90 ===============
!===============================================================================
!BOP ===========================================================================
!BOPI ===========================================================================
!
! !IROUTINE: shr_file_getUnit -- Get a free FORTRAN unit number
!
Expand All @@ -333,7 +333,7 @@ INTEGER FUNCTION shr_file_getUnit ()

implicit none

!EOP
!EOPI

!----- local parameters -----
integer(SHR_KIND_IN),parameter :: shr_file_minUnit = 10 ! Min unit number to give
Expand Down Expand Up @@ -367,7 +367,7 @@ END FUNCTION shr_file_getUnit
!===============================================================================

!===============================================================================
!BOP ===========================================================================
!BOPI ===========================================================================
!
! !IROUTINE: shr_file_freeUnit -- Free up a FORTRAN unit number
!
Expand All @@ -387,7 +387,7 @@ SUBROUTINE shr_file_freeUnit ( unit)

integer(SHR_KIND_IN),intent(in) :: unit ! unit number to be freed

!EOP
!EOPI

!----- local parameters -----
integer(SHR_KIND_IN),parameter :: shr_file_minUnit = 10 ! Min unit number to give
Expand Down

0 comments on commit 1631dd8

Please sign in to comment.