read_id_int Module Procedure

module procedure read_id_int module subroutine read_id_int(this, n, x, y, z)

Stores the ID in the diffstarlorene member arrays

FT 25.10.2021


Arguments

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

diffstarlorene object which this PROCEDURE is a member of

integer, intent(in) :: n
double precision, intent(in), DIMENSION(:) :: x
double precision, intent(in), DIMENSION(:) :: y
double precision, intent(in), DIMENSION(:) :: z

Calls

proc~~read_id_int~2~~CallsGraph proc~read_id_int~2 read_id_int interface~get_diffstar_full get_diffstar_full proc~read_id_int~2->interface~get_diffstar_full

Called by

proc~~read_id_int~2~~CalledByGraph proc~read_id_int~2 read_id_int interface~read_id_int~2 read_id_int interface~read_id_int~2->proc~read_id_int~2

Contents