mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c14ad97fed
commit
f7ce52785b
|
@ -240,7 +240,7 @@ void DumpAtom::header_item_triclinic(bigint ndump)
|
|||
fprintf(fp,BIGINT_FORMAT "\n",update->ntimestep);
|
||||
fprintf(fp,"ITEM: NUMBER OF ATOMS\n");
|
||||
fprintf(fp,BIGINT_FORMAT "\n",ndump);
|
||||
fprintf(fp,"ITEM: BOX BOUNDS %s xy xz yz\n",boundstr);
|
||||
fprintf(fp,"ITEM: BOX BOUNDS xy xz yz %s\n",boundstr);
|
||||
fprintf(fp,"%g %g %g\n",boxxlo,boxxhi,boxxy);
|
||||
fprintf(fp,"%g %g %g\n",boxylo,boxyhi,boxxz);
|
||||
fprintf(fp,"%g %g %g\n",boxzlo,boxzhi,boxyz);
|
||||
|
|
|
@ -325,7 +325,7 @@ void DumpCustom::header_item_triclinic(bigint ndump)
|
|||
fprintf(fp,BIGINT_FORMAT "\n",update->ntimestep);
|
||||
fprintf(fp,"ITEM: NUMBER OF ATOMS\n");
|
||||
fprintf(fp,BIGINT_FORMAT "\n",ndump);
|
||||
fprintf(fp,"ITEM: BOX BOUNDS %s xy xz yz\n",boundstr);
|
||||
fprintf(fp,"ITEM: BOX BOUNDS xy xz yz %s\n",boundstr);
|
||||
fprintf(fp,"%g %g %g\n",boxxlo,boxxhi,boxxy);
|
||||
fprintf(fp,"%g %g %g\n",boxylo,boxyhi,boxxz);
|
||||
fprintf(fp,"%g %g %g\n",boxzlo,boxzhi,boxyz);
|
||||
|
|
Loading…
Reference in New Issue