mailr6718 - /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:01:
Author: bugman
Date: Sat Jul  5 02:01:44 2008
New Revision: 6718

URL: http://svn.gna.org/viewcvs/relax?rev=6718&view=rev
Log:
Fixed the creation of the MASTER record.


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=6718&r1=6717&r2=6718&view=diff
==============================================================================
--- branches/rdc_analysis/generic_fns/structure/internal.py (original)
+++ branches/rdc_analysis/generic_fns/structure/internal.py Sat Jul  5 
02:01:44 2008
@@ -919,7 +919,7 @@
             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), 1, connect_count, 
0))
+            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 02:40:08 2008