mailr18498 - /trunk/generic_fns/structure/pdb_write.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 19, 2013 - 17:14:
Author: bugman
Date: Tue Feb 19 17:14:24 2013
New Revision: 18498

URL: http://svn.gna.org/viewcvs/relax?rev=18498&view=rev
Log:
Formatting fixes for the generic_fns.structure.pdb_write module.


Modified:
    trunk/generic_fns/structure/pdb_write.py

Modified: trunk/generic_fns/structure/pdb_write.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/pdb_write.py?rev=18498&r1=18497&r2=18498&view=diff
==============================================================================
--- trunk/generic_fns/structure/pdb_write.py (original)
+++ trunk/generic_fns/structure/pdb_write.py Tue Feb 19 17:14:24 2013
@@ -1003,6 +1003,7 @@
     # Write out the formatted record.
     file.write("%-6s    %4i\n" % ('MODEL', serial))
 
+
 def remark(file, num='', remark=''):
     """Generate the REMARK record.
 
@@ -1132,4 +1133,5 @@
     @type icode:            str
     """
 
+    # Write out the formatted record.
     file.write("%-6s%5s      %3s %1s%4s%1s\n" % ('TER', serial, res_name, 
chain_id, res_seq, icode))




Related Messages


Powered by MHonArc, Updated Tue Feb 19 17:40:02 2013