PSS ID Number: 150138
Article Last Modified on 11/2/1999
! Compile options needed: none
program test
integer x
contains
subroutine a()
real b, c
! comment the following line for workaround
b(x) = real(x)
integer x
! uncomment the following line for workaround
! b(x) = real(x)
c = b(x)
end subroutine
end
Additional query words: 4.00
Keywords: kbLangFortran KB150138
Technology: kbAudDeveloper kbFORTRANPower400NT kbFortranSearch kbZNotKeyword8