mailr20838 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on September 05, 2013 - 13:50:
Author: bugman
Date: Thu Sep  5 13:50:07 2013
New Revision: 20838

URL: http://svn.gna.org/viewcvs/relax?rev=20838&view=rev
Log:
Fix for the new loop_exp_frq() dispersion function.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=20838&r1=20837&r2=20838&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Thu Sep  5 
13:50:07 2013
@@ -429,10 +429,8 @@
     for exp_type in loop_exp():
         # Then loop over the spectrometer frequencies.
         for frq in loop_frq():
-            # And finally the dispersion points.
-            for point in loop_point(exp_type=exp_type):
-                # Yield the data.
-                yield exp_type, frq, point
+            # Yield the data.
+            yield exp_type, frq
 
 
 def loop_exp_frq_point():




Related Messages


Powered by MHonArc, Updated Thu Sep 05 14:00:01 2013