Load the track_rq script into the Lua state.
After calling this routine, all following requires in Lua will record the opened files in the track_rq table.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | L |
subroutine tem_require_track_rq(L)
! ---------------------------------------------------------------------------
!>
type(flu_State) :: L
! ---------------------------------------------------------------------------
call open_config_chunk(L, trim(track_rq_Lua))
end subroutine tem_require_track_rq