mailr5582 - /1.3/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 April 11, 2008 - 14:42:
Author: bugman
Date: Fri Apr 11 14:42:49 2008
New Revision: 5582

URL: http://svn.gna.org/viewcvs/relax?rev=5582&view=rev
Log:
Non protein/RNA/DNA molecules are now supported in the atom_loop() API method.


Modified:
    1.3/generic_fns/structure/scientific.py

Modified: 1.3/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/scientific.py?rev=5582&r1=5581&r2=5582&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Fri Apr 11 14:42:49 2008
@@ -107,7 +107,9 @@
 
             # Other molecules.
             elif struct.molecules:
-                pass  # for now.
+                for mol in struct.molecules:
+                    comps.append(mol)
+                    molecule.append('other')
 
             # We have a problem!
             else:




Related Messages


Powered by MHonArc, Updated Fri Apr 11 15:00:17 2008