mailr9673 - /branches/bmrb/specific_fns/model_free/bmrb.py


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

Header


Content

Posted by edward on October 08, 2009 - 18:58:
Author: bugman
Date: Thu Oct  8 18:58:44 2009
New Revision: 9673

URL: http://svn.gna.org/viewcvs/relax?rev=9673&view=rev
Log:
Removed the NMR-STAR version arg to the data specific bmrb_write() methods.


Modified:
    branches/bmrb/specific_fns/model_free/bmrb.py

Modified: branches/bmrb/specific_fns/model_free/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/bmrb.py?rev=9673&r1=9672&r2=9673&view=diff
==============================================================================
--- branches/bmrb/specific_fns/model_free/bmrb.py (original)
+++ branches/bmrb/specific_fns/model_free/bmrb.py Thu Oct  8 18:58:44 2009
@@ -76,10 +76,10 @@
             star = NMR_STAR_v3_1('relax_model_free_results', file_path)
 
         # Generate the entity saveframe.
-        mol_res_spin.bmrb_write_entity(star, version=version)
+        mol_res_spin.bmrb_write_entity(star)
 
         # Generate the relaxation data saveframes.
-        relax_data.bmrb_write(star, version=version)
+        relax_data.bmrb_write(star)
 
         # Rex frq.
         rex_frq = cdp.frq[0]




Related Messages


Powered by MHonArc, Updated Thu Oct 08 19:00:02 2009