mailr8532 - /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 19, 2009 - 14:48:
Author: bugman
Date: Mon Jan 19 14:48:07 2009
New Revision: 8532

URL: http://svn.gna.org/viewcvs/relax?rev=8532&view=rev
Log:
Fixes for __ave_atom_pos().  The Scientific python data structure is now in 
MolContainer.data.


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=8532&r1=8531&r2=8532&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/scientific.py (original)
+++ branches/multi_structure/generic_fns/structure/scientific.py Mon Jan 19 
14:48:07 2009
@@ -371,7 +371,7 @@
 
             # The residue.
             if mol.mol_type != 'other':
-                res = mol.residues[res_index]
+                res = mol.data.residues[res_index]
             else:
                 res = mol[res_index]
 




Related Messages


Powered by MHonArc, Updated Mon Jan 19 15:00:04 2009