mirror of https://github.com/lammps/lammps.git
Fix binary2txt output for triclinic
This commit is contained in:
parent
b08751d65a
commit
1238ad5d83
|
@ -174,7 +174,7 @@ int main(int narg, char **arg)
|
|||
fprintf(fptxt,"%-1.16e %-1.16e\n",ylo,yhi);
|
||||
fprintf(fptxt,"%-1.16e %-1.16e\n",zlo,zhi);
|
||||
} else {
|
||||
fprintf(fptxt,"ITEM: BOX BOUNDS %s xy xz yz\n",boundstr);
|
||||
fprintf(fptxt,"ITEM: BOX BOUNDS xy xz yz %s\n",boundstr);
|
||||
fprintf(fptxt,"%-1.16e %-1.16e %-1.16e\n",xlo,xhi,xy);
|
||||
fprintf(fptxt,"%-1.16e %-1.16e %-1.16e\n",ylo,yhi,xz);
|
||||
fprintf(fptxt,"%-1.16e %-1.16e %-1.16e\n",zlo,zhi,yz);
|
||||
|
|
Loading…
Reference in New Issue