blank 发表于 2014-3-10 17:22:07

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.   

楚香饭 发表于 2014-3-10 17:45:25

你试试先把12行的
CALL SUBROUTINE PLEPH ( ET, NTARG, NCENT, RRD )
改为
CALL PLEPH ( ET, NTARG, NCENT, RRD )

blank 发表于 2014-3-15 18:09:24

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.   

珊瑚虫 发表于 2014-3-15 18:34:47

blank 发表于 2014-3-15 18:09
试过了 没什么用 还是这个原因 The storage extent of the dummy argument exceeds that of the actual a ...

real::ET,RRD(6)
改为 real(8)::ET,RRD(6)

blank 发表于 2014-3-16 12:37:07

珊瑚虫 发表于 2014-3-15 18:34


还是不对哦我要改参数的范围吗 都改成自己需要的如何判断是自己需要的了
ps 问的问题很蠢见谅

楚香饭 发表于 2014-3-16 12:43:13

这个问题貌似昨天QQ上已解决了。
页: [1]
查看完整版本: storage extent of the dummy argument exceeds that of the actual argument 问题