Skip to content

Commit 5954f51

Browse files
committed
fix issue with Intel compiler
1 parent e9cd24f commit 5954f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example/hashmaps/demo_hashmaps_get_other_data.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ program demo_get_other_data
2424
end if
2525
call get(other, data)
2626
select type (data)
27-
typeis(dummy_type)
27+
type is (dummy_type)
2828
print *, 'Other data % value = ', data%value
2929
class default
3030
print *, 'Invalid data type in other'

0 commit comments

Comments
 (0)