Skip to content

Commit

Permalink
Forgot to mark a type for removal
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Nov 17, 2023
1 parent 2d86d12 commit fa89714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions field_manager/field_manager.F90
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ module field_manager_mod
type(method_type), dimension(:), allocatable :: methods !< methods associated with this field name
end type field_mgr_type

!TODO These two types: field_names_type and field_names_type_short
!! will no longer be needed when the legacy field table is not used
!> @brief Private type for internal use
!> @ingroup field_manager_mod
type, private :: field_names_type
Expand Down

0 comments on commit fa89714

Please sign in to comment.