fortran, how to make several copies of a program using module or interface?

点点圈 提交于 2019-12-12 05:44:43

问题


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?

来源:https://stackoverflow.com/questions/12946259/fortran-how-to-make-several-copies-of-a-program-using-module-or-interface

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!