mailr8379 - /branches/bmrb/specific_fns/setup.py


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

Header


Content

Posted by edward on January 11, 2009 - 14:06:
Author: bugman
Date: Sun Jan 11 14:06:26 2009
New Revision: 8379

URL: http://svn.gna.org/viewcvs/relax?rev=8379&view=rev
Log:
Activated the specific bmrb_read() methods.


Modified:
    branches/bmrb/specific_fns/setup.py

Modified: branches/bmrb/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/setup.py?rev=8379&r1=8378&r2=8379&view=diff
==============================================================================
--- branches/bmrb/specific_fns/setup.py (original)
+++ branches/bmrb/specific_fns/setup.py Sun Jan 11 14:06:26 2009
@@ -61,6 +61,10 @@
         if eqi == 'base_data_loop':
             function = inst.base_data_loop
 
+        # BMRB NMR-STAR v3.1 reading function.
+        if eqi == 'bmrb_read':
+            function = inst.bmrb_read
+
         # BMRB NMR-STAR v3.1 writing function.
         if eqi == 'bmrb_write':
             function = inst.bmrb_write




Related Messages


Powered by MHonArc, Updated Sun Jan 11 16:00:03 2009