| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flu_State), | intent(in) | :: | conf | flu binding to lua configuration file. |
||
| integer, | intent(in) | :: | parent_table | The parent table in the config file |
||
| type(atl_stabilization_type), | intent(out), | allocatable | :: | filter(:) | The stabilization type to be initialized |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=128), | private | :: | stab_name | ||||
| integer, | private | :: | iError | ||||
| integer, | private | :: | stab_table | ||||
| integer, | private | :: | filter_table | ||||
| integer, | private | :: | nSubtables | ||||
| integer, | private | :: | iStab |