Skip to content

Fix issue in OMFReader with illegal array names

Ken Martin requested to merge ken-martin/vtk:fix_omf_array_names into master

DataAssembly names must start with a letter, or _ so numbers are an issue. This change makes it so that if an array name starts with a number it not gets prepended with a _.

Merge request reports