svn+ssh://bugman@.../svn/relax/trunk
........
r18519 | bugman | 2013-02-20 11:44:33 +0100 (Wed, 20 Feb 2013) | 3 lines
Expanded the unit test of the generic_fns.structure.pdb_read.sheet() function.
........
r18520 | bugman | 2013-02-20 11:45:21 +0100 (Wed, 20 Feb 2013) | 3 lines
Implemented the PDB SHEET record parsing function generic_fns.structure.pdb_read.sheet().
........
r18521 | bugman | 2013-02-20 12:06:56 +0100 (Wed, 20 Feb 2013) | 3 lines
Extended the PDB ATOM record reading unit test to be of 80 characters in length, as per the PDB definition.
........
r18522 | bugman | 2013-02-20 12:11:58 +0100 (Wed, 20 Feb 2013) | 6 lines
Created unit tests for the generic_fns.structure.pdb_write module.
This currently covers the atom(), helix() and sheet() functions (the last 2 are not yet
implemented).
........