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
In Fortran 2003, "value" was added as a keyword.
We have code like this:
subroutine get_g2_subcenters(key,value,ierr) character(len=*) :: key integer :: value,n,ierr
This is not technically forbidden in Fortran but it is not recommended to use a keyword as a variable name.
The text was updated successfully, but these errors were encountered:
edwardhartnett
No branches or pull requests
In Fortran 2003, "value" was added as a keyword.
We have code like this:
This is not technically forbidden in Fortran but it is not recommended to use a keyword as a variable name.
The text was updated successfully, but these errors were encountered: