Skip to content

Hashap key generic interfaces #827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update example/hashmaps/example_hashmaps_remove.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
  • Loading branch information
chuckyvt and jvdp1 authored Jun 9, 2024
commit 4aefdf1a79f7a3ba4f7b6fde49eb9a588854eaf8
2 changes: 1 addition & 1 deletion example/hashmaps/example_hashmaps_remove.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ program example_remove
call set(other, 4.0)

! Explicitly set key type using set function
call set(key, [1, 2, 3] )
call set(key, [1, 2, 3])
call map%map_entry(key, other)
call map%remove(key, existed)
print *, "Removed key existed = ", existed
Expand Down