use consistently the name of the (unaccelerated) pair style in the potential file reader error messages
This commit is contained in:
@ -850,7 +850,7 @@ void PairTersoffTable::read_file(char *file)
|
||||
// open file on proc 0
|
||||
|
||||
if (comm->me == 0) {
|
||||
PotentialFileReader reader(lmp, file, "TersoffTable", unit_convert_flag);
|
||||
PotentialFileReader reader(lmp, file, "tersoff/table", unit_convert_flag);
|
||||
char *line;
|
||||
|
||||
// transparently convert units for supported conversions
|
||||
|
||||
Reference in New Issue
Block a user