Skip to content

Commit a2193cf

Browse files
committed
Make contents of marbl_forcing_CS private
1 parent 9359ab7 commit a2193cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tracer/MARBL_forcing_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module MARBL_forcing_mod
3535
end type marbl_forcing_diag_ids
3636

3737
!> Control structure for this module
38-
type, public :: marbl_forcing_CS
38+
type, public :: marbl_forcing_CS ; private
3939
type(diag_ctrl), pointer :: diag => NULL() !< A structure that is used to
4040
!! regulate the timing of diagnostic output.
4141

0 commit comments

Comments
 (0)