svn+ssh://bugman@.../svn/relax/trunk
........
r18350 | bugman | 2013-02-01 15:23:45 +0100 (Fri, 01 Feb 2013) | 6 lines
Created the Structure.test_alt_loc_missing system test.
This is to test that the internal relax PDB reader raises an error when a PDB file is encountered
with alternate location indicators but the alt_loc argument has not been specified.
........
r18351 | bugman | 2013-02-01 15:27:36 +0100 (Fri, 01 Feb 2013) | 7 lines
Fix for bug #20470 (https://gna.org/bugs/?20470).
The structure.read_pdb user function now accepts the alt_loc argument for specifying the alternate
location indicator to read. This is used by the internal PDB reader. The bug was caught by the
Structure.test_bug_20470_alternate_location_indicator system test.
........
r18352 | bugman | 2013-02-01 15:37:30 +0100 (Fri, 01 Feb 2013) | 5 lines
Fix for the checking of the alternate location indicator in the internal PDB reader.
These checks now only occur for the ATOM and HETATM records.
........