mailr8451 - /branches/multi_structure/generic_fns/structure/scientific.py


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

Header


Content

Posted by edward on January 15, 2009 - 10:02:
Author: bugman
Date: Thu Jan 15 10:02:41 2009
New Revision: 8451

URL: http://svn.gna.org/viewcvs/relax?rev=8451&view=rev
Log:
Bug fix for the set up of orig_mol_num.


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

Modified: branches/multi_structure/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/scientific.py?rev=8451&r1=8450&r2=8451&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/scientific.py (original)
+++ branches/multi_structure/generic_fns/structure/scientific.py Thu Jan 15 
10:02:41 2009
@@ -622,7 +622,7 @@
             model_num = model_num + 1
 
         # Create the structural data data structures.
-        self.pack_structs(mol_conts, orig_model_num=orig_model_num, 
set_model_num=set_model_num, orig_mol_num=range(1, len(mol_conts[0])), 
set_mol_name=set_mol_name)
+        self.pack_structs(mol_conts, orig_model_num=orig_model_num, 
set_model_num=set_model_num, orig_mol_num=range(1, len(mol_conts[0])+1), 
set_mol_name=set_mol_name)
 
         # Loading worked.
         return True




Related Messages


Powered by MHonArc, Updated Thu Jan 15 10:20:04 2009