Put an array of quadruples into the list of arguments for the function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_state) | :: | L | ||||
type(aot_fun_type) | :: | fun | Handle of the function, this argument should be put into. |
|||
real(kind=quad_k), | intent(in) | :: | arg(:) | Actual argument to hand over to the Lua function. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=double_k), | private | :: | locarg(size(arg)) | ||||
integer, | private | :: | thandle |