src/module/more_integ_info [ Modules ]
NAME
Module more_integ_info
USAGE
use more_integ_info
DESCRIPTION
This module is used to print some information on the integrand when the numerical integration failed. It contains also a routine to print the informations (it prints on unit 6)
OUTPUT
It exports the variables: * origine_info_par -- a character (len=3), the type of function which are integrated * num_grand_b_info_par -- a real (type ki), the numerator of B * denom_grand_b_info_par -- a real (type ki), the denominator of B * subroutine print_integ_info -- to print these informations
USES
* precision (src/module/preci_double.f90)
src/module/print_integ_info [ Functions ]
NAME
Subroutine print_integ_info
USAGE
call print_integ_info()
DESCRIPTION
This routine print the informations defined in the module more_integ_info
INPUTS
No inputs
SIDE EFFECTS
No side effect
RETURN VALUE
It prints on the unit 6
EXAMPLE