This interface enables the simple creation of uniform one dimensional arrays as tables in the Lua context.
It takes an one dimensional array of values and returns a thandle to identify the newly generated table.
This subroutine takes a one dimensional array, and puts it as a table into the Lua context.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | L | ||||
integer, | intent(out) | :: | thandle |
Handle to access the newly created table. |
||
real(kind=quad_k), | intent(in) | :: | val(:) |
Values to put into the new table. |