From 394e5459b63f99602f0fb94b54691e23bf6eafeb Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 6 Jan 2020 15:16:08 -0500 Subject: [PATCH] correct whitespace issues in pair_meamc.cpp --- src/USER-MEAMC/pair_meamc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/USER-MEAMC/pair_meamc.cpp b/src/USER-MEAMC/pair_meamc.cpp index 9733ee2dad..3d7d0b2a17 100644 --- a/src/USER-MEAMC/pair_meamc.cpp +++ b/src/USER-MEAMC/pair_meamc.cpp @@ -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");