Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions infrastructure/source/field/exchange_map_collection_mod.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
!-----------------------------------------------------------------------------
! (C) Crown copyright Met Office. All rights reserved.
! The file LICENCE, distributed with this code, contains details of the terms
! under which the code may be used.
!-----------------------------------------------------------------------------
!
!> @brief Holds and manages a collection of exchange maps
!
module exchange_map_collection_mod

use constants_mod, only: i_def, i_halo_index, l_def
Expand Down
Loading