Skip to content

Commit fbb7fb2

Browse files
ktrasbonachea
andauthored
Update app/native-multi-image.F90
Co-authored-by: Dan Bonachea <[email protected]>
1 parent 01b358b commit fbb7fb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/native-multi-image.F90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ program native_multi_image
107107

108108
#if HAVE_TEAM
109109
call status("Testing TEAMS...")
110-
res = get_team(CURRENT_TEAM)
111-
res = get_team(INITIAL_TEAM)
112-
res = get_team()
113-
write(*,'(A,I3)') "Initial team number is ", team_number()
110+
res = GET_TEAM(CURRENT_TEAM)
111+
res = GET_TEAM(INITIAL_TEAM)
112+
res = GET_TEAM()
113+
write(*,'(A,I3)') "Initial team number is ", TEAM_NUMBER()
114114

115115
if (ni < 2) then
116116
if (me == 1) write(*,'(A)') "Please run program again with at least 2 images to test more TEAM features."

0 commit comments

Comments
 (0)