我在一个module中定义了变量l0,在主程序中使用改变量时,出现了错误
主程序中的定义:
[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode real(kind=8) l0
module中的定义:
[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode 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
属性不是一样的吗,为什么会出错?求出大佬!!
|