18706731925 发表于 2019-12-20 15:29:58

虚参数组定义为大小1的传递问题

program qiuzhu

callprer3(IA(1),IA(10))

subroutine prer3(SS,SSS)

diension SS(1),SSS(12)

end subroutine

新人求助,子程序传入参数为变量,在子程序为了数组,这是什么意思

li913 发表于 2019-12-21 12:22:00

《三种数组传递方式》http://fcode.cn/guide-103-1.html

necrohan 发表于 2019-12-23 17:10:53

这个新人真新,从里到外的新
页: [1]
查看完整版本: 虚参数组定义为大小1的传递问题