mailr8378 - /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:05:
Author: bugman
Date: Sun Jan 11 14:05:52 2009
New Revision: 8378

URL: http://svn.gna.org/viewcvs/relax?rev=8378&view=rev
Log:
Activated the specific bmrb_write() 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=8378&r1=8377&r2=8378&view=diff
==============================================================================
--- branches/bmrb/specific_fns/setup.py (original)
+++ branches/bmrb/specific_fns/setup.py Sun Jan 11 14:05:52 2009
@@ -61,6 +61,10 @@
         if eqi == 'base_data_loop':
             function = inst.base_data_loop
 
+        # BMRB NMR-STAR v3.1 writing function.
+        if eqi == 'bmrb_write':
+            function = inst.bmrb_write
+
         # Calculate function.
         if eqi == 'calculate':
             function = inst.calculate




Related Messages


Powered by MHonArc, Updated Sun Jan 11 14:20:02 2009