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 bnslorene member arrays

FT 5.10.2020


Arguments

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

bnslorene 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~~CallsGraph proc~read_id_int read_id_int interface~get_lorene_id get_lorene_id proc~read_id_int->interface~get_lorene_id

Called by

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

Contents