mailr18891 - /trunk/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 March 19, 2013 - 17:09:
Author: bugman
Date: Tue Mar 19 17:09:28 2013
New Revision: 18891

URL: http://svn.gna.org/viewcvs/relax?rev=18891&view=rev
Log:
The index_flag argument to the ScientificPython structural object atom_loop() 
method is now used.


Modified:
    trunk/generic_fns/structure/scientific.py

Modified: trunk/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/structure/scientific.py?rev=18891&r1=18890&r2=18891&view=diff
==============================================================================
--- trunk/generic_fns/structure/scientific.py (original)
+++ trunk/generic_fns/structure/scientific.py Tue Mar 19 17:09:28 2013
@@ -281,6 +281,8 @@
                             atomic_tuple = atomic_tuple + (element,)
                         if pos_flag:
                             atomic_tuple = atomic_tuple + (pos,)
+                        if index_flag:
+                            atomic_tuple += (atom_index,)
 
                         # Yield the information.
                         if len(atomic_tuple) == 1:




Related Messages


Powered by MHonArc, Updated Tue Mar 19 17:20:02 2013