begin unfeaturing multiple label maps feature

This commit is contained in:
Jacob Gissinger
2022-08-09 01:01:31 -04:00
parent 8c8084a027
commit 363b80f85c
10 changed files with 49 additions and 86 deletions

View File

@ -2109,8 +2109,8 @@ void ReadData::typelabels(int mode)
// determine mapping to let labels override numeric types
// valid operations for first or subsequent data files
atom->lmaps[0]->merge_lmap(lmap,mode);
lmap->create_lmap2lmap(atom->lmaps[0],mode);
atom->lmap->merge_lmap(lmap,mode);
lmap->create_lmap2lmap(atom->lmap,mode);
}
/* ----------------------------------------------------------------------