From d7c43983b8d84abfc357fa112870bc50b3b60d60 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Tue, 5 Jul 2022 16:13:14 -0600 Subject: [PATCH] Update comment --- src/shr_pio_mod.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shr_pio_mod.F90 b/src/shr_pio_mod.F90 index 9206306..452eacb 100644 --- a/src/shr_pio_mod.F90 +++ b/src/shr_pio_mod.F90 @@ -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 @@ -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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!