This derived type is a workaround for sporadic Intel Fortran issues when accessing strings through unlimited polymorphic entities.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=:), | public, | allocatable | :: | value |
type :: StringWrap character(len=:), allocatable :: value end type StringWrap