init_propertylist Subroutine

public subroutine init_propertylist(header, property, nproperties)

Defines how many properties there are.

Allocate the property and header lists accordingly.

Arguments

TypeIntentOptionalAttributesName
type(tem_prophead_type), pointer:: header(:)
type(tem_property_type), pointer:: property(:)
integer, intent(in) :: nproperties

Contents

None