get_MC Module Procedure

module procedure get_MC module function get_MC(this, i, j, k, l) result(MC_value)

Uses

    • tensor
  • proc~~get_mc~~UsesGraph proc~get_mc get_MC tensor tensor proc~get_mc->tensor

Arguments

Type IntentOptional Attributes Name
class(tpo), intent(inout) :: this
integer, intent(in) :: i
integer, intent(in) :: j
integer, intent(in) :: k
integer, intent(in) :: l

Return Value double precision, DIMENSION(3)


Called by

proc~~get_mc~~CalledByGraph proc~get_mc get_MC interface~get_mc get_MC interface~get_mc->proc~get_mc

Contents