mailr12549 - /branches/bruker_import/generic_fns/pdc.py


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

Header


Content

Posted by edward on February 18, 2011 - 11:25:
Author: bugman
Date: Fri Feb 18 11:25:45 2011
New Revision: 12549

URL: http://svn.gna.org/viewcvs/relax?rev=12549&view=rev
Log:
Fix for the integration method block in the pdc.read() back end.

The commented out code requires at least some code in the block.


Modified:
    branches/bruker_import/generic_fns/pdc.py

Modified: branches/bruker_import/generic_fns/pdc.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bruker_import/generic_fns/pdc.py?rev=12549&r1=12548&r2=12549&view=diff
==============================================================================
--- branches/bruker_import/generic_fns/pdc.py (original)
+++ branches/bruker_import/generic_fns/pdc.py Fri Feb 18 11:25:45 2011
@@ -158,6 +158,7 @@
             ## Peak volumes:
             #if line[2] == 'peak' and line[3] == 'volumes':
             #    peak_intensity_type(ri_label=ri_label, frq_label=frq_label, 
type='volume')
+            continue
 
     # Pack the data.
     pack_data(ri_label, frq_label, frq, values, errors, ids=res_nums)




Related Messages


Powered by MHonArc, Updated Fri Feb 18 11:40:01 2011