git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6374 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-06-13 21:58:07 +00:00
parent ec3c73fd4e
commit 0a1b02b821
7 changed files with 43 additions and 4 deletions

View File

@ -81,6 +81,8 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
ellipsoid = NULL;
spin = NULL;
eradius = ervel = erforce = NULL;
cs = csforce = vforce = ervelforce = NULL;
etag = NULL;
maxspecial = 1;
nspecial = NULL;
@ -104,10 +106,12 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
// customize by adding new flag
sphere_flag = ellipsoid_flag = peri_flag = electron_flag = 0;
wavepacket_flag = 0;
molecule_flag = q_flag = mu_flag = 0;
rmass_flag = radius_flag = omega_flag = torque_flag = angmom_flag = 0;
vfrac_flag = spin_flag = eradius_flag = ervel_flag = erforce_flag = 0;
cs_flag = csforce_flag = vforce_flag = ervelforce_flag= etag_flag = 0;
// ntype-length arrays