Closed RaoulHC closed 1 year ago
Some fixes and some changes to accepted standards.
Cheers! Small tweak: I see a number of | v == FortranX = ... guards (including the two you adapted) that use tooOld. Which is inaccurate for the check they perform. I added another error handler for those cases.
| v == FortranX = ...
tooOld
Some fixes and some changes to accepted standards.