remove sphere_flag and replace with radius_flag and omega_flag as needed

This commit is contained in:
Axel Kohlmeyer
2024-01-19 12:50:31 -05:00
parent 54794a45de
commit 0d8f549e33
37 changed files with 80 additions and 72 deletions

View File

@ -619,7 +619,7 @@ void Atom::set_atomflag_defaults()
// identical list as 2nd customization in atom.h
labelmapflag = 0;
sphere_flag = ellipsoid_flag = line_flag = tri_flag = body_flag = 0;
ellipsoid_flag = line_flag = tri_flag = body_flag = 0;
quat_flag = 0;
peri_flag = electron_flag = 0;
wavepacket_flag = sph_flag = 0;