Skip to content

Commit

Permalink
add_registry_entry() can be private
Browse files Browse the repository at this point in the history
it is called from create_registry, which is already in the
marbl_output_for_GCM_registry_type class
  • Loading branch information
mnlevy1981 committed Feb 22, 2024
1 parent e23e71e commit 03fa250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/marbl_interface_public_types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ module marbl_interface_public_types
type, public :: marbl_output_for_GCM_registry_type
type(marbl_output_for_GCM_linked_list_type), pointer :: registered_outputs
contains
procedure, public :: create_registry
procedure, public :: add_registry_entry
procedure, public :: create_registry
procedure, private :: add_registry_entry
end type marbl_output_for_GCM_registry_type

!*****************************************************************************
Expand Down

0 comments on commit 03fa250

Please sign in to comment.