We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bit
setbit
Due to integer / real*8 type differences in the setbit subroutine parameters, Intel Visual Fortran may fail to compile.
integer
real*8
In the event this happens, check out the flag "Check Routine Interfaces" in the "Diagnostics" option of the Fortran workspace properties.
You may also comment out bit and setbit and all references to them. This will, however, disable the uncommonly used subroutine itup.
itup
For more information, see #22 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due to
integer
/real*8
type differences in thesetbit
subroutine parameters, Intel Visual Fortran may fail to compile.In the event this happens, check out the flag "Check Routine Interfaces" in the "Diagnostics" option of the Fortran workspace properties.
You may also comment out
bit
andsetbit
and all references to them. This will, however, disable the uncommonly used subroutineitup
.For more information, see #22 .
The text was updated successfully, but these errors were encountered: