whitespace

This commit is contained in:
Axel Kohlmeyer
2021-10-08 11:44:09 -04:00
parent 392ebf7db7
commit cc11fa37b2
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ FixPairTracker::FixPairTracker(LAMMPS *lmp, int narg, char **arg) :
int ntypes = atom->ntypes;
int i, j, itype, jtype;
int inlo, inhi, jnlo, jnhi;
if (!type_filter) {
memory->create(type_filter, ntypes + 1, ntypes + 1, "fix/pair/tracker:type_filter");

View File

@ -97,7 +97,7 @@ void ReaderMolfile::settings(int narg, char **arg)
void ReaderMolfile::open_file(const std::string &file)
{
int rv;
// close open file, if needed.
if (mf->is_open()) mf->close();