mailr7953 - /branches/spectral_errors/prompt/spectrum.py


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

Header


Content

Posted by edward on October 23, 2008 - 17:56:
Author: bugman
Date: Thu Oct 23 17:56:58 2008
New Revision: 7953

URL: http://svn.gna.org/viewcvs/relax?rev=7953&view=rev
Log:
Fix for the initial spectrum.read_intensities() print out, the int_method arg 
was not being shown.


Modified:
    branches/spectral_errors/prompt/spectrum.py

Modified: branches/spectral_errors/prompt/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/prompt/spectrum.py?rev=7953&r1=7952&r2=7953&view=diff
==============================================================================
--- branches/spectral_errors/prompt/spectrum.py (original)
+++ branches/spectral_errors/prompt/spectrum.py Thu Oct 23 17:56:58 2008
@@ -404,6 +404,7 @@
             text = text + ", heteronuc=" + `heteronuc`
             text = text + ", proton=" + `proton`
             text = text + ", int_col=" + `int_col`
+            text = text + ", int_method=" + `int_method`
             text = text + ", mol_name_col=" + `mol_name_col`
             text = text + ", res_num_col=" + `res_num_col`
             text = text + ", res_name_col=" + `res_name_col`




Related Messages


Powered by MHonArc, Updated Thu Oct 23 18:00:05 2008