puncproject / PUNCpp

Particles-in-UNstructured-Cells, C++ version
https://punc.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

What's the purpose of Population<len>::save_vel()? #22

Closed sigvaldm closed 6 years ago

sigvaldm commented 6 years ago

It seems like a subset of save_particle(). Can we delete it to save lines?

diakodarian commented 6 years ago

It was used during debugging process. It can be removed.

sigvaldm commented 6 years ago

Right, I can do it since I'm working on the save functions now (to make binary files).

diakodarian commented 6 years ago

Ok

sigvaldm commented 6 years ago

Removed