source code formatting cleanups

This commit is contained in:
Axel Kohlmeyer
2018-06-18 17:00:23 -04:00
parent 469b67a39b
commit b189a328ed
4 changed files with 6 additions and 8 deletions

View File

@ -42,7 +42,9 @@ using namespace LAMMPS_NS;
AtomVecSpin::AtomVecSpin(LAMMPS *lmp) : AtomVec(lmp)
{
molecular = 0;
mass_type = 1; // check why
mass_type = 1;
forceclearflag = 1;
atom->sp_flag = 1;
comm_x_only = 0;
comm_f_only = 0;
@ -54,10 +56,6 @@ AtomVecSpin::AtomVecSpin(LAMMPS *lmp) : AtomVec(lmp)
size_data_atom = 9;
size_data_vel = 4;
xcol_data = 4;
forceclearflag = 1;
atom->sp_flag = 1;
}