Skip to content

Commit b6e00a3

Browse files
committed
doc(co_all): fix ford comment
1 parent 2eed453 commit b6e00a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/user_defined_collectives_m.f90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ module user_defined_collectives_m
1313
interface
1414

1515
module subroutine co_all(boolean)
16-
!! If any image in a team calls this subroutine, then this procedure must
17-
!! in the corresponding team. The subroutine sets the "boolean" argument
18-
!! .true. if it is true in all participating images upon entry and .false.
19-
!! otherwise.
16+
!! If any image in a team calls this subroutine, then every image in the
17+
!! the same team must call this subroutine. This subroutine sets the
18+
!! "boolean" argument .true. if it is true in all participating images
19+
!! upon entry and .false. otherwise.
2020
implicit none
2121
logical, intent(inout) :: boolean
2222
end subroutine

0 commit comments

Comments
 (0)