Skip to content

Commit ada2cd7

Browse files
author
Alessandro Fanfarillo
committed
Fixing get_team prototype
1 parent 9249269 commit ada2cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcaf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ void PREFIX (change_team) (caf_team_t *, int);
297297
void PREFIX (end_team) (caf_team_t *);
298298
void PREFIX (sync_team) (caf_team_t *, int);
299299
int PREFIX (team_number) (caf_team_t *);
300-
int PREFIX (get_team) (caf_team_t *);
300+
MPI_Fint PREFIX (get_team) (caf_team_t *);
301301

302302
int PREFIX (image_status) (int);
303303
void PREFIX (failed_images) (gfc_descriptor_t *, int, int *);

0 commit comments

Comments
 (0)