File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ end subroutine get_int8_key
282
282
subroutine get_int32_key ( key , value )
283
283
! ! Version: Experimental
284
284
! !
285
- ! ! Gets the contents of the key as an INTEGER(INT8 ) vector
285
+ ! ! Gets the contents of the key as an INTEGER(INT32 ) vector
286
286
! ! Arguments:
287
287
! ! key - the input key
288
288
! ! value - the contents of key mapped to an INTEGER(INT32) vector
@@ -343,7 +343,7 @@ end subroutine set_int8_key
343
343
subroutine set_int32_key ( key , value )
344
344
! ! Version: Experimental
345
345
! !
346
- ! ! Sets the contents of the key from an INTEGER(INT8 ) vector
346
+ ! ! Sets the contents of the key from an INTEGER(INT32 ) vector
347
347
! ! Arguments:
348
348
! ! key - the output key
349
349
! ! value - the input INTEGER(INT32) vector
You can’t perform that action at this time.
0 commit comments