mus_load_fieldBaseInfos Subroutine

public subroutine mus_load_fieldBaseInfos(me, nFields, parent, conf)

This routine returns nFields and field labels from config file. It is required to initialize variable system. labels are loaded only if field table is present else default is set to empty string.

Arguments

Type IntentOptional Attributes Name
type(mus_field_type), intent(out), allocatable :: me(:)

array of field type

integer, intent(out) :: nFields

number of fields defined in lua file

integer, intent(in), optional :: parent

parent handle if scheme table is defined

type(flu_State), intent(inout) :: conf

flu state