Read a single entry of reductions from the lua file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flu_State), | intent(inout) | :: | conf | handle for lua file |
||
| character(len=labelLen), | intent(out) | :: | reduceType | reduction type to be filled |
||
| integer, | intent(in), | optional | :: | handle | handle for reduce table |
|
| character(len=*), | intent(in), | optional | :: | key | which key to open |
|
| integer, | intent(in), | optional | :: | pos | position to load from in config file |
|
| integer, | intent(out) | :: | iError | error from aotus |