mailr6720 - /branches/rdc_analysis/generic_fns/structure/internal.py


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

Header


Content

Posted by edward on July 05, 2008 - 02:59:
Author: bugman
Date: Sat Jul  5 02:59:19 2008
New Revision: 6720

URL: http://svn.gna.org/viewcvs/relax?rev=6720&view=rev
Log:
Shifted the MASTER record to the very end of the PDB.


Modified:
    branches/rdc_analysis/generic_fns/structure/internal.py

Modified: branches/rdc_analysis/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/structure/internal.py?rev=6720&r1=6719&r2=6720&view=diff
==============================================================================
--- branches/rdc_analysis/generic_fns/structure/internal.py (original)
+++ branches/rdc_analysis/generic_fns/structure/internal.py Sat Jul  5 
02:59:19 2008
@@ -916,14 +916,14 @@
                         bonded = ['', '', '', '']
 
 
-            # MASTER record.
-            ################
-
-            # Print out.
-            print "Creating the MASTER record."
-
-            # Write the MASTER record.
-            file.write("%-6s    %5s%5s%5s%5s%5s%5s%5s%5s%5s%5s%5s%5s\n" % 
('MASTER', 0, 0, len(het_data), 0, 0, 0, 0, 0, len(struct.atom_num), 1, 
connect_count, 0))
+        # MASTER record.
+        ################
+
+        # Print out.
+        print "Creating the MASTER record."
+
+        # Write the MASTER record.
+        file.write("%-6s    %5s%5s%5s%5s%5s%5s%5s%5s%5s%5s%5s%5s\n" % 
('MASTER', 0, 0, len(het_data), 0, 0, 0, 0, 0, len(struct.atom_num), 1, 
connect_count, 0))
 
 
         # END.




Related Messages


Powered by MHonArc, Updated Sat Jul 05 03:20:17 2008