Description
cgns_utils combine fails if the file name is to long. It only happens, when the name is longer than 31 chars. So I assume it has something to do with a length cap on a datatype.
Steps to reproduce issue
- rename a CGNS File to
a_reaaaaaaaaaaly_long_name1.cgns
- rename a second CGNS File to
a_reaaaaaaaaaaly_long_name2.cgns
- run
cgns_utils combine a_reaaaaaaaaaaly_long_name1.cgns a_reaaaaaaaaaaly_long_name2.cgns test.cgns
Current behavior
This error gets thrown: Duplicate child name found: a_reaaaaaaaaaaly_long_name1.0000
Expected behavior
It should work regardless of the file name length.
Description
cgns_utils combine fails if the file name is to long. It only happens, when the name is longer than 31 chars. So I assume it has something to do with a length cap on a datatype.
Steps to reproduce issue
a_reaaaaaaaaaaly_long_name1.cgnsa_reaaaaaaaaaaly_long_name2.cgnscgns_utils combine a_reaaaaaaaaaaly_long_name1.cgns a_reaaaaaaaaaaly_long_name2.cgns test.cgnsCurrent behavior
This error gets thrown:
Duplicate child name found: a_reaaaaaaaaaaly_long_name1.0000Expected behavior
It should work regardless of the file name length.