get_field_array Module Procedure

module procedure get_field_array module function get_field_array(this, field) result(field_array)

Returns one of the member arrays, selected with the string input.

FT 25.10.2021


Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(in) :: this

diffstarlorene object which this PROCEDURE is a member of

character(len=:), intent(in), ALLOCATABLE :: field

Name of the desired diffstarlorene member array

Return Value double precision, DIMENSION(:), ALLOCATABLE

Desired diffstarlorene member array


Called by

proc~~get_field_array~3~~CalledByGraph proc~get_field_array~3 get_field_array interface~get_field_array~3 get_field_array interface~get_field_array~3->proc~get_field_array~3

Contents