Get two errors in someone's code i try to use
1663) REAL(8) a(np,np),alud(np,np),b(n),x(n)
*** Invalid KIND specifier
COMMENT - Specifying the kind of the type REAL with a constant is non-portable
- 'SELECTED_REAL_KIND(6,37)' would be better
1665) REAL(8) r(np),sdp
*** Invalid KIND specifier
2 ERRORS, 1 COMMENT [<IMPROVE8> FTN95/Win32 v6.30.0]
Is Real(8) error or comment here ?
The subroutine starts like this
SUBROUTINE improve8(a,alud,n,np,indx,b,x)
c
c- iterative improvment, computing residu
c
INTEGER n,np,indx(n)
REAL(8) a(np,np),alud(np,np),b(n),x(n)
INTEGER i,j
REAL(8) r(np),sdp