git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3413 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user