|
按提示, 变换了一下格式如下:[Fortran] 纯文本查看 复制代码 01 | subroutine eulerian_inverse ( n , a ) |
06 | else if ( i .eq. j ) then |
08 | else if ( j .lt. i ) then |
11 | dot = dot + b ( i , k ) * a ( k , j ) |
还是不行,报错如下:
main.f90:14269:8:14269 | a(i, j) = 0.0D+00 | 1Error: Unclassifiable statement at (1)
main.f90:14281:8:14281 | a(i, j) = -dot | 1Error: The function result on the lhs of the assignment at (1) must have the pointer attribute.
???!
|
评分
-
查看全部评分
|