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

@ -560,20 +560,6 @@ void AtomVecAtomic::data_atom(double *coord, int imagetmp, char **values)
atom->nlocal++;
}
/* ----------------------------------------------------------------------
unpack hybrid quantities from one line in Atoms section of data file
initialize other atom quantities for this sub-style
------------------------------------------------------------------------- */
int AtomVecAtomic::data_atom_hybrid(int nlocal, char **values)
{
v[nlocal][0] = 0.0;
v[nlocal][1] = 0.0;
v[nlocal][2] = 0.0;
return 0;
}
/* ----------------------------------------------------------------------
return # of bytes of allocated memory
------------------------------------------------------------------------- */