svn+ssh://bugman@.../svn/relax/trunk
........
r18524 | bugman | 2013-02-20 14:17:40 +0100 (Wed, 20 Feb 2013) | 3 lines
Implemented the PDB HELIX record writing function generic_fns.structure.pdb_write.helix().
........
r18525 | bugman | 2013-02-20 14:37:40 +0100 (Wed, 20 Feb 2013) | 7 lines
Improved PDB writing capabilities.
The functions of the generic_fns.structure.pdb_write module now all use the _handle_none() function
to avoid the text "None" from appearing in the PDB file and _record_validate() to be sure the record
has not been corrupted with bad input causing it to be either less or greater than 80 characters.
........