Dear all,
I notice a change in subroutine pstrip.f, which reads strings.
In v8.4 (or at least in the subroutine I have), lines from 37 to 46 reads checks/removes some characters
However, in v8.5, few lines have been inserted removing single and double quotation marks.
This makes not possible to read strings with quotation marks and spaces, like
include "test 1.txt"
Moreover, the lines for reading "String between double quotes" in tinput.f become useless.
These changes are not documented in v8.5.
Is there a specific reason for removing the capabilities of reading quotation marks?
Thanks!