JHUGen MELA  JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
collier_init::setmaxcritpoints_cll Interface Reference

Public Member Functions

subroutine setmaxcritpointsn_cll (npoints, N)
 
subroutine setmaxcritpointsarray_cll (npoints)
 

Detailed Description

Definition at line 41 of file collier_init.F90.

Member Function/Subroutine Documentation

◆ setmaxcritpointsarray_cll()

subroutine collier_init::setmaxcritpoints_cll::setmaxcritpointsarray_cll ( integer, dimension(nmax_cll), intent(in)  npoints)

Definition at line 3888 of file collier_init.F90.

3888 
3889  integer, intent(in) :: npoints(Nmax_cll)
3890 
3891  noutcritpointsmax_cll = npoints
3892 

◆ setmaxcritpointsn_cll()

subroutine collier_init::setmaxcritpoints_cll::setmaxcritpointsn_cll ( integer, intent(in)  npoints,
integer, intent(in)  N 
)

Definition at line 3871 of file collier_init.F90.

3871 
3872  integer, intent(in) :: npoints,N
3873 
3874  noutcritpointsmax_cll(n) = npoints
3875 

The documentation for this interface was generated from the following file: