git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5504 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -58,10 +58,10 @@ void DumpXYZ::init_style()
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
void DumpXYZ::write_header(int n)
|
||||
void DumpXYZ::write_header(bigint n)
|
||||
{
|
||||
if (me == 0) {
|
||||
fprintf(fp,"%d\n",n);
|
||||
fprintf(fp,BIGINT_FORMAT_NL,n);
|
||||
fprintf(fp,"Atoms\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user