svn+ssh://bugman@.../svn/relax/trunk
........
r27673 | bugman | 2015-02-19 14:55:06 +0100 (Thu, 19 Feb 2015) | 9 lines
Fix for bug #23293 (https://gna.org/bugs/?23293).
This is the PDB HETATM loading error whereby the last HETATM record is sometimes not read from the
PDB file. The problem was two-fold. Firstly the internal structural object _parse_mols_pdb()
method for separating a PDB file into distinct molecules was terminating too early when a new
molecule is found, so that the last PDB record is not appended to the records list for the molecule.
Secondly the write_pdb() method was not handling the PDB sequential serial number correctly.
........