Open andeplane opened 7 years ago
Instead of accessing lammps->atom->x directly, we should use the library interface to extract pointers instead.
lammps->atom->x
I've changed it many places, but replacing everything is a huge job also requiring to extend the library interface.
Instead of accessing
lammps->atom->x
directly, we should use the library interface to extract pointers instead.