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
282282 subroutine get_int32_key ( key , value )
283283! ! Version: Experimental
284284! !
285- ! ! Gets the contents of the key as an INTEGER(INT8 ) vector
285+ ! ! Gets the contents of the key as an INTEGER(INT32 ) vector
286286! ! Arguments:
287287! ! key - the input key
288288! ! value - the contents of key mapped to an INTEGER(INT32) vector
@@ -343,7 +343,7 @@ end subroutine set_int8_key
343343 subroutine set_int32_key ( key , value )
344344! ! Version: Experimental
345345! !
346- ! ! Sets the contents of the key from an INTEGER(INT8 ) vector
346+ ! ! Sets the contents of the key from an INTEGER(INT32 ) vector
347347! ! Arguments:
348348! ! key - the output key
349349! ! value - the input INTEGER(INT32) vector
You can’t perform that action at this time.
0 commit comments