v1.3.2
Changelog
- In incomplete type declarations, e.g.
real(dp),
andinteger, ...
, the syntax now correctly recognizesreal
/integer
/etc. as intrinsic storage type. In earlier versions, the keywords (e.g.real
) were not recognized before the::
at the end of the declaration.