correct whitespace issues in pair_meamc.cpp

This commit is contained in:
Axel Kohlmeyer 2020-01-06 15:16:08 -05:00
parent fbc0b8a881
commit 394e5459b6
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ void PairMEAMC::read_files(char *globalfile, char *userfile)
found[i] = true;
// map lat string to an integer
if (!MEAM::str_to_lat(words[1], true, lat[i]))
error->all(FLERR,"Unrecognized lattice type in MEAM file 1");
@ -464,7 +464,7 @@ void PairMEAMC::read_files(char *globalfile, char *userfile)
if (!isone(t0[i]))
error->all(FLERR,"Unsupported parameter in MEAM potential file: t0!=1");
// z given is ignored: if this is mismatched, we definitely won't do what the user said -> fatal error
if (z[i] != MEAM::get_Zij(lat[i]))
error->all(FLERR,"Mismatched parameter in MEAM potential file: z!=lat");