Skip to content

Commit

Permalink
Minor comment cleanup
Browse files Browse the repository at this point in the history
Minor comment cleanup
  • Loading branch information
chuckyvt committed Apr 3, 2024
1 parent f10f1b7 commit 7cf7352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stdlib_hashmap_wrappers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ end subroutine get_int8_key
subroutine get_int32_key( key, value )
!! Version: Experimental
!!
!! Gets the contents of the key as an INTEGER(INT8) vector
!! Gets the contents of the key as an INTEGER(INT32) vector
!! Arguments:
!! key - the input key
!! value - the contents of key mapped to an INTEGER(INT32) vector
Expand Down Expand Up @@ -343,7 +343,7 @@ end subroutine set_int8_key
subroutine set_int32_key( key, value )
!! Version: Experimental
!!
!! Sets the contents of the key from an INTEGER(INT8) vector
!! Sets the contents of the key from an INTEGER(INT32) vector
!! Arguments:
!! key - the output key
!! value - the input INTEGER(INT32) vector
Expand Down

0 comments on commit 7cf7352

Please sign in to comment.