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

This commit is contained in:
sjplimp
2009-11-16 23:13:17 +00:00
parent d0f02811f2
commit ae7fa87a27
15 changed files with 16 additions and 76 deletions

View File

@ -715,6 +715,20 @@ void AtomVecHybrid::data_atom(double *coord, int imagetmp, char **values)
image[nlocal] = imagetmp;
mask[nlocal] = 1;
v[nlocal][0] = 0.0;
v[nlocal][1] = 0.0;
v[nlocal][2] = 0.0;
if (atom->omega_flag) {
omega[nlocal][0];
omega[nlocal][1];
omega[nlocal][2];
}
if (atom->angmom_flag) {
angmom[nlocal][0];
angmom[nlocal][1];
angmom[nlocal][2];
}
// each sub-style parses sub-style specific values
int m = 5;