tem_require_track_rq Subroutine

public subroutine tem_require_track_rq(L)

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.

Arguments

Type IntentOptional Attributes Name
type(flu_State) :: L

Source Code

  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