git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4795 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -120,8 +120,11 @@ DumpLocal::~DumpLocal()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void DumpLocal::init()
|
||||
void DumpLocal::init_style()
|
||||
{
|
||||
if (sort_flag && sortcol == 0)
|
||||
error->all("Dump local cannot sort by atom ID");
|
||||
|
||||
delete [] format;
|
||||
char *str;
|
||||
if (format_user) str = format_user;
|
||||
@ -237,10 +240,9 @@ int DumpLocal::count()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int DumpLocal::pack()
|
||||
void DumpLocal::pack(int *dummy)
|
||||
{
|
||||
for (int n = 0; n < size_one; n++) (this->*pack_choice[n])(n);
|
||||
return nmine*size_one;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user