Commit MPI algorithm

This commit is contained in:
julient31
2017-11-22 08:47:29 -07:00
parent 1828274a99
commit f1182df776
6 changed files with 26 additions and 64 deletions

View File

@ -50,7 +50,8 @@ AtomVecSpin::AtomVecSpin(LAMMPS *lmp) : AtomVec(lmp)
xcol_data = 4;
forceclearflag = 1;
atom->mumag_flag = atom->sp_flag = 1;
atom->mumag_flag = 1;
atom->sp_flag = 1;
}