Fortran的一个错误,关于数组赋值的。
错误是:Error:Eachac-valueexpressioninanarray-constructormusthavethesametypeandtypeparame...
错误是:
Error: Each ac-value expression in an array-constructor must have the same type and type parameters.
源代码是:
program main
implicit none
real(8) a(3),b(3,3),c(3)
integer(4) i
a=(/1,2,3/)
c=(/1,a(2:3)/)
stop
end
错误发生在“c=(/1,a(2:3)/)”这里 展开
Error: Each ac-value expression in an array-constructor must have the same type and type parameters.
源代码是:
program main
implicit none
real(8) a(3),b(3,3),c(3)
integer(4) i
a=(/1,2,3/)
c=(/1,a(2:3)/)
stop
end
错误发生在“c=(/1,a(2:3)/)”这里 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询