Fix binary2txt output for triclinic

This commit is contained in:
Richard Berger 2020-08-11 16:20:05 -04:00
parent b08751d65a
commit 1238ad5d83
No known key found for this signature in database
GPG Key ID: A9E83994E0BA0CAB
1 changed files with 1 additions and 1 deletions

View File

@ -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);