-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In TypedDataArray.hpp the constructor with a string argument has +1 on the size and shape for an escape character
libtokamap/src/utils/typed_data_array.hpp
Line 231 in e264b2f
| : m_type_index{typeid(char)}, m_size{value.size() + 1}, m_shape{value.size() + 1}, m_owning{true} |
I dont think it is actually needed, leads to:
── loop[0]/element[9]
├── name: 'centrecolumn_E10\x00'
├── identifier: 'centrecolumn_L1_E10\x00'
No problems when changing to m_size{value.size()}, m_shape{value.size()}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels