gpt4 book ai didi

linux - 错误 : 'b' argument of 'sign' intrinsic at (1) must be the same type and kind as 'a'

转载 作者:太空宇宙 更新时间:2023-11-04 12:02:56 24 4
gpt4 key购买 nike

我是 Fortran 新手。所以我需要帮助。我在 SUSE 上使用 gfortran 编译我的代码并收到以下错误:

DELTAL = SIGN (.1,(GFIX-GAMFLT))

1

Error: 'b' argument of 'sign' intrinsic at (1) must be the same type and kind as 'a'

代码的主要文件附在下面的链接中,其中 3509 行显示错误

https://files.engineering.com/getfile.aspx?folder=d55e28c0-10bf-4c50-b07f-c1de071c9567&file=sftol.f

如何解决这个问题?

最佳答案

这个问题最终解决如下:

DELTAL = SIGN (0.1D0,(GFIX-GAMFLT))

这似乎保留了原始代码的基本数据类型。它编译成功。

感谢大家的建议。

关于linux - 错误 : 'b' argument of 'sign' intrinsic at (1) must be the same type and kind as 'a' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51732418/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com