Skip to content

Commit 4424211

Browse files
chuckyvtjvdp1
andauthored
Update example/hashmaps/example_hashmaps_map_entry.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 27ae7a6 commit 4424211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hashmaps/example_hashmaps_map_entry.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ program example_map_entry
3434
print *, 'CONFLICT = ', conflict
3535

3636
! Transfer unsupported key types to int8 arrays.
37-
call map%map_entry( TRANSFER( [1_int64, 2_int64, 3_int64], [0_int8] ), other, conflict)
37+
call map%map_entry( transfer( [1_int64, 2_int64, 3_int64], [0_int8] ), other, conflict)
3838
print *, 'CONFLICT = ', conflict
3939

4040
! Keys can be mapped alone without a corresponding value (other).

0 commit comments

Comments
 (0)