Fortran Coder

标题: storage extent of the dummy argument exceeds that of the actual argument 问题 [打印本页]

作者: blank    时间: 2014-3-10 17:22
标题: storage extent of the dummy argument exceeds that of the actual argument 问题
版主 可以帮我解决下这个问题嘛?

The storage extent of the dummy argument exceeds that of the actual argument.   [LIST]

EPHEMERIS1.for

20.59 KB, 下载次数: 14


作者: 楚香饭    时间: 2014-3-10 17:45
你试试先把12行的
CALL SUBROUTINE PLEPH ( ET, NTARG, NCENT, RRD )
改为
CALL PLEPH ( ET, NTARG, NCENT, RRD )
作者: blank    时间: 2014-3-15 18:09
chuxf 发表于 2014-3-10 17:45
你试试先把12行的
CALL SUBROUTINE PLEPH ( ET, NTARG, NCENT, RRD )
改为

试过了 没什么用 还是这个原因 The storage extent of the dummy argument exceeds that of the actual argument.   [LIST]
作者: 珊瑚虫    时间: 2014-3-15 18:34
blank 发表于 2014-3-15 18:09
试过了 没什么用 还是这个原因 The storage extent of the dummy argument exceeds that of the actual a ...

[Fortran] 纯文本查看 复制代码
real::ET,RRD(6)
改为 real(8)::ET,RRD(6)

作者: blank    时间: 2014-3-16 12:37
珊瑚虫 发表于 2014-3-15 18:34

还是不对哦  我要改参数的范围吗 都改成自己需要的  如何判断是自己需要的了  
ps 问的问题很蠢  见谅
作者: 楚香饭    时间: 2014-3-16 12:43
这个问题貌似昨天QQ上已解决了。




欢迎光临 Fortran Coder (http://bbs.fcode.cn/) Powered by Discuz! X3.2