主题:求问一下cvf程序转换成ivf
我的程序是cvf6.6写的,现在需要放在linux上的ivf运行,需要做哪些转换啊?调用了IMSL库
调库的问题解决了
我在cvf上能运行,但是到了ivf上提示我有一个外部函数中的一个参数 实参与形参不一致,而实际上这些参数都是real*8类型的,不知道如何修改!
望各位献计出策!
PS: error #6633: The type of the actual argument differs from the type of the dummy argument. [F2]
call dQdags(f2,-pi/2.0d0,pi/2.0d0,1.0d-6,1.0d-6,mid1,mid3)
程序中f2的定义:real*8 function f2(pesai)
调库的问题解决了
我在cvf上能运行,但是到了ivf上提示我有一个外部函数中的一个参数 实参与形参不一致,而实际上这些参数都是real*8类型的,不知道如何修改!
望各位献计出策!
PS: error #6633: The type of the actual argument differs from the type of the dummy argument. [F2]
call dQdags(f2,-pi/2.0d0,pi/2.0d0,1.0d-6,1.0d-6,mid1,mid3)
程序中f2的定义:real*8 function f2(pesai)