ovilab / atomify

Atomify - a realtime LAMMPS visualizer
GNU General Public License v3.0
151 stars 21 forks source link

Replace public variable access with library interface where applicable #312

Open andeplane opened 7 years ago

andeplane commented 7 years ago

Instead of accessing lammps->atom->x directly, we should use the library interface to extract pointers instead.

andeplane commented 7 years ago

I've changed it many places, but replacing everything is a huge job also requiring to extend the library interface.