1

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?

hjpotter92
  • 78,589
  • 36
  • 144
  • 183
wxg
  • 119
  • 2
  • The source code can be downloaded from http://cernlib.web.cern.ch/cernlib/version.html – M. S. B. Oct 18 '12 at 04:41
  • @M.S.B. Thank you. But I cannot find the .f file there. Can you find? – wxg Oct 18 '12 at 04:54
  • 3
    Follow 2006 -- compressed tar files. Download 2006_src.tar.gz. Un gzip and untar. directory has the files cgauss.F, cgauss64.F, cgauss128.F. – M. S. B. Oct 18 '12 at 05:42
  • @M.S.B. According to your suggestion, I have found the code. Thank you very much! – wxg Oct 19 '12 at 01:44

0 Answers0