add labelmap command

This commit is contained in:
Jacob Gissinger
2021-01-15 21:46:40 -05:00
parent 93c33ac4f4
commit e138cf2476
5 changed files with 48 additions and 1 deletions

View File

@ -1971,7 +1971,6 @@ void ReadData::impropercoeffs(int which)
void ReadData::typelabels(std::vector<std::string> &mytypelabel, int myntypes, int mode)
{
if (settypeflag) error->all(FLERR,"Must read Type Labels before any section involving types");
int n;
char *next;
char *buf = new char[myntypes*MAXLINE];