mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
flag fix
This commit is contained in:
@@ -195,6 +195,7 @@ def VMPdata_dtype_from_colIDs(colIDs):
|
||||
flags2_dict = OrderedDict()
|
||||
for colID in colIDs:
|
||||
if colID in (1, 2, 3, 21, 31, 65):
|
||||
if 'flags' not in field_list:
|
||||
type_list.append('u1')
|
||||
field_list.append('flags')
|
||||
if colID == 1:
|
||||
|
||||
Reference in New Issue
Block a user