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


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to