Using fortran 95 syntaxing, the following crashes pn on either save, or open. Its the final tabbed comment which seems to be the issue.
Can anyone else confirm this?
!***** this line is not part of the code
!ANYTHING ABOVE HERE IS FINE
END SUBROUTINE
!NOTE THE BLANK SPACE ABOVE, THIS COMMENT IS TABBED IN.
!***** this line is not part of the code
EDIT: the tab in the comment line doesnt seem to show up on my post. But it is supposed to be there, doesnt crash if i remove the tab.