Bugfix for elemental vertex getters
everythingfunctional
released this
21 Sep 20:10
·
18 commits
to main
since this release
Fix a bug where the getters for vertex_t
were elemental, but returned a character with length equal to a component of the type. This would produce an array of characters with different lengths, which is not possible in Fortran. The fix is to return a varying_string
.