You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to run reprinter for multiple-line FORMAT statement:
program main
9005FORMAT(//1X,'*** ERROR ***'/*1X,'PLEASE, CHECK',
*' THE INPUT FILE'/*1X,'THIS PART OF CODE IS',
*' UNAVAILABLE'/*1X,'DO NOT USE IT')
end
And it produces non-correct Fortran 77 code with tooo loooong line for fixed form:
program main
9005format (//1x,'***error***'/1x,'please,check','theinputfile'/1x,'thispartofcodeis','unavailable'/1x,'donotuseit')
end
The text was updated successfully, but these errors were encountered:
I have tried to run reprinter for multiple-line FORMAT statement:
And it produces non-correct Fortran 77 code with tooo loooong line for fixed form:
The text was updated successfully, but these errors were encountered: