cosmetic
This commit is contained in:
@ -1873,8 +1873,7 @@ void PairBOP::read_table(char *filename)
|
||||
reader = new PotentialFileReader(lmp, filename, "BOP");
|
||||
bop_types = reader->next_int();
|
||||
if (bop_types <= 0)
|
||||
error->one(FLERR,fmt::format("BOP potential file with {} "
|
||||
"elements",bop_types));
|
||||
error->one(FLERR,fmt::format("BOP potential file with {} elements",bop_types));
|
||||
|
||||
bop_elements = new char*[bop_types];
|
||||
bop_masses = new double[bop_types];
|
||||
|
||||
Reference in New Issue
Block a user