ParamSet Class module:ParamPointSet file:ParamSet

Subroutines Expand Arguments

  • FreeParams(this)
  • ReadModel(this, F, error, mult, like, has_likes)
    • ParamSet   :: this
    • TFileStream   :: F
    • integer intent(out) :: error
    • real(mcp) intent(out) :: mult
    • real(mcp) intent(out) :: like
    • logical intent(out) :: has_likes(:)
  • WriteModel(this, F, mult, like)

Properties

  • real(mcp) allocatable :: likes(:)
  • logical  :: first
  • integer  :: numlikes
  • integer allocatable :: like_indices(:)
  • integer allocatable :: current_param_indices(:)