mailr6178 - /1.3/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 May 20, 2008 - 22:38:
Author: bugman
Date: Tue May 20 22:35:22 2008
New Revision: 6178

URL: http://svn.gna.org/viewcvs/relax?rev=6178&view=rev
Log:
Bug fix for the load_pdb() method, the Structure_container.model variable is 
now set.


Modified:
    1.3/generic_fns/structure/internal.py

Modified: 1.3/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/internal.py?rev=6178&r1=6177&r2=6178&view=diff
==============================================================================
--- 1.3/generic_fns/structure/internal.py (original)
+++ 1.3/generic_fns/structure/internal.py Tue May 20 22:35:22 2008
@@ -413,6 +413,7 @@
 
             # Initialise and fill the structural data object.
             self.structural_data.append(Structure_container())
+            self.structural_data[-1].model = model_num
             self.__fill_object_from_pdb(records, model_num)
 
 




Related Messages


Powered by MHonArc, Updated Tue May 20 22:40:18 2008