Skip to content

Commit

Permalink
Merge pull request #1975 from jedwards4b/remove_protex
Browse files Browse the repository at this point in the history
remove unused protex markups
  • Loading branch information
jedwards4b committed Nov 6, 2023
2 parents f52ade0 + a17a153 commit 76c40a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/basic/kinds_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module kinds_mod

!BOP
!
! !MODULE: kinds_mod
!
! !DESCRIPTION:
Expand Down Expand Up @@ -31,9 +31,9 @@ module kinds_mod
r4 = selected_real_kind(6) ,&
r8 = selected_real_kind(13)

!EOP
!BOC
!EOC
!
!
!
!***********************************************************************

end module kinds_mod
Expand Down
8 changes: 4 additions & 4 deletions 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 ===========================================================================
!===========================================================================
!
! !IROUTINE: shr_file_getUnit -- Get a free FORTRAN unit number
!
Expand All @@ -333,7 +333,7 @@ INTEGER FUNCTION shr_file_getUnit ()

implicit none

!EOP
!

!----- 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 ===========================================================================
!===============================================================================
!
! !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
!

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

0 comments on commit 76c40a7

Please sign in to comment.