I want to do a double integration using CGAUSS
, a FORTRAN program in cernlib
. I have to make two copies CGAUSS1
and CGAUSS2
in order to avoid CGAUSS
call itself.
But I do not find the original CGAUSS
code. Is there a way to make copies using module or interface in FORTRAN?