Skip to content
Snippets Groups Projects
Commit ab885102 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add missing INTENT declaration.

parent f6639c98
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ CONTAINS
TYPE(xt_xmap), INTENT(in) :: xmap
INTEGER, INTENT(in) :: num_ref_ranks
INTEGER(c_int), INTENT(in) :: ref_ranks(num_ref_ranks)
INTEGER(c_int) :: peer_rank_buf(num_ref_ranks)
INTEGER(c_int), INTENT(out) :: peer_rank_buf(num_ref_ranks)
INTERFACE
FUNCTION get_num_peers(xmap) RESULT(num)
IMPORT :: xt_xmap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment