Fortran Coder

标题: 新手求助!!主程序使用模块的变量出现错误 [打印本页]

作者: Proteus    时间: 2021-4-23 15:51
标题: 新手求助!!主程序使用模块的变量出现错误
我在一个module中定义了变量l0,在主程序中使用改变量时,出现了错误

主程序中的定义:
[Fortran] 纯文本查看 复制代码
real(kind=8) l0


module中的定义:

[Fortran] 纯文本查看 复制代码
real(kind=8) l0


错误:
错误        1         error #6401: The attributes of this name conflict with those made accessible by a USE statement.   [L0]        F:\Bachelor\Graduation Paper\Programme\PlateV1\Slider-FEM\main.f90        38       


属性不是一样的吗,为什么会出错?求出大佬!!

作者: fcode    时间: 2021-4-23 16:12
主程序中无需再次定义。
作者: Proteus    时间: 2021-4-26 13:43
fcode 发表于 2021-4-23 16:12
主程序中无需再次定义。

已解决,感谢!!




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