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]
 


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to