ps_GenerateTables Subroutine

public subroutine ps_GenerateTables(ps)

Arguments

Type IntentOptional AttributesName
type(ps_t), intent(inout), target:: ps

Contents

Source Code


Source Code

subroutine ps_GenerateTables(ps)

  type(ps_t), intent(inout), target :: ps

  call generate_table_sl(ps)
  call generate_table_nl(ps)
  call generate_table_wf(ps)

end subroutine ps_GenerateTables