branch_weight_function Abstract Interface

abstract interface
private function branch_weight_function(weight, bval, negSwitches, posSwitches) result(prob)

Arguments

Type IntentOptional Attributes Name
type(WeightObj_t), intent(in) :: weight
real(kind=dp), intent(in) :: bval
real(kind=dp), intent(in) :: negSwitches
real(kind=dp), intent(in) :: posSwitches

Return Value real(kind=dp)