Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Jul 5, 2022
1 parent 602a82f commit d7c4398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shr_pio_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module shr_pio_mod
end type pio_comp_t

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The following variables are public just for the sake of the driver's init_pio_mod;
! The following variables are public just for the sake of the driver's driver_pio_mod;
! these NEED to be set by that module.
!
! No other subroutines should access these directly! Any other access should go
Expand All @@ -52,7 +52,7 @@ module shr_pio_mod
type(iosystem_desc_t), allocatable, target, public :: iosystems(:)
integer, allocatable, public :: io_compid(:)

! Similarly, this function is public just for the sake of the driver's init_pio_mod;
! Similarly, this function is public just for the sake of the driver's driver_pio_mod;
! it should not be used elsewhere.
public :: shr_pio_getindex
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down

0 comments on commit d7c4398

Please sign in to comment.