whitespace
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user