From: Justin Lemkul Date: Thu, 3 Jan 2013 14:52:43 +0000 (-0500) Subject: Fixed format error in online manual. X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=c3fa15b74a46d63c5f5edd1c22761b6c785c6e78;p=alexxy%2Fgromacs.git Fixed format error in online manual. The .gro format indicated a right-aligned residue name, but in reality the residue name is left-aligned and the atom name in the next column is right-aligned. The online manual now reflects this. Change-Id: I610392c692bf31f962ad069c23d7e55196b64b53 --- diff --git a/share/html/online/gro.html b/share/html/online/gro.html index 4853808f59..963099586f 100644 --- a/share/html/online/gro.html +++ b/share/html/online/gro.html @@ -67,7 +67,7 @@ without using the GROMACS libraries you can use the following formats:
C format -
"%5d%5s%5s%5d%8.3f%8.3f%8.3f%8.4f%8.4f%8.4f" +
"%5d%-5s%5s%5d%8.3f%8.3f%8.3f%8.4f%8.4f%8.4f"
Fortran format
(i5,2a5,i5,3f8.3,3f8.4)
Pascal format