mailr18551 - /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 20, 2013 - 20:16:
Author: bugman
Date: Wed Feb 20 20:16:11 2013
New Revision: 18551

URL: http://svn.gna.org/viewcvs/relax?rev=18551&view=rev
Log:
Fix for the generic_fns.structure.pdb_write.model() function.

The correct amount of whitespace is now added to the end of the record.


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=18551&r1=18550&r2=18551&view=diff
==============================================================================
--- trunk/generic_fns/structure/pdb_write.py (original)
+++ trunk/generic_fns/structure/pdb_write.py Wed Feb 20 20:16:11 2013
@@ -1454,7 +1454,7 @@
     """
 
     # The formatted record.
-    text = "%-6s    %4i%65s" % (
+    text = "%-6s    %4i%66s" % (
         'MODEL',
         _handle_none(serial),
         ''




Related Messages


Powered by MHonArc, Updated Wed Feb 20 20:20:06 2013