Commit JT 011518

This commit is contained in:
julient31
2018-01-15 11:39:44 -07:00
parent 38e940a392
commit 1e096d77ef
8 changed files with 127 additions and 97 deletions

View File

@ -45,7 +45,7 @@ AtomVecSpin::AtomVecSpin(LAMMPS *lmp) : AtomVec(lmp)
size_reverse = 6;
size_border = 11;
size_velocity = 3;
size_data_atom = 9; // to check later
size_data_atom = 9;
size_data_vel = 4;
xcol_data = 4;