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
Syntax does not recognise the use of the P edit descriptor in the FORMAT statement or directly in I/O statements
C THIS HELP IDENTIFY BUG RELATED OF 'P' EDIT DESCRIPTOR USED IN FORMAT PROGRAM file1 WRITE(*, 3000) X 3000 FORMAT (1PD12.5,1X) END
The text was updated successfully, but these errors were encountered:
due to infamous Assertion failed: (T != NULL) hiding inside one of the rules of FORMAT statement
Assertion failed: (T != NULL)
FORMAT
Sorry, something went wrong.
lsafina
NicolasAnquetil
No branches or pull requests
Syntax does not recognise the use of the P edit descriptor in the FORMAT statement or directly in I/O statements
The text was updated successfully, but these errors were encountered: