- linked list in the integration algorithm

- new version of the coord2sector function
- possible to read_data a spin .data file
This commit is contained in:
julient31
2018-01-09 09:48:15 -07:00
parent 5fe0b0a2cc
commit ab200cff06
15 changed files with 8791 additions and 269 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 = 10; // to check later
size_data_atom = 9; // to check later
size_data_vel = 4;
xcol_data = 4;