mailr8518 - /branches/multi_structure/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on January 19, 2009 - 13:21:
Author: bugman
Date: Mon Jan 19 13:21:04 2009
New Revision: 8518

URL: http://svn.gna.org/viewcvs/relax?rev=8518&view=rev
Log:
Bug fix for the pack_structs() method.  The wrong index was being used!


Modified:
    branches/multi_structure/generic_fns/structure/api_base.py

Modified: branches/multi_structure/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/api_base.py?rev=8518&r1=8517&r2=8518&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Mon Jan 19 
13:21:04 2009
@@ -399,7 +399,7 @@
                 model.mol[-1].file_name = file_name
                 model.mol[-1].file_path = file_path
                 model.mol[-1].file_mol_num = orig_mol_num[j]
-                model.mol[-1].file_model = orig_model_num[j]
+                model.mol[-1].file_model = orig_model_num[i]
 
 
 




Related Messages


Powered by MHonArc, Updated Mon Jan 19 13:40:04 2009