mailr8905 - /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 March 05, 2009 - 11:34:
Author: bugman
Date: Thu Mar  5 11:34:04 2009
New Revision: 8905

URL: http://svn.gna.org/viewcvs/relax?rev=8905&view=rev
Log:
The data pipe is no longer needed.


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=8905&r1=8904&r2=8905&view=diff
==============================================================================
--- branches/bmrb/specific_fns/model_free/bmrb.py (original)
+++ branches/bmrb/specific_fns/model_free/bmrb.py Thu Mar  5 11:34:04 2009
@@ -24,7 +24,6 @@
 from bmrblib.nmr_star_dict_v3_1 import NMR_STAR_v3_1
 from generic_fns import mol_res_spin, relax_data
 from generic_fns.mol_res_spin import spin_loop
-from generic_fns.pipes import get_pipe
 
 
 class Bmrb:
@@ -54,9 +53,6 @@
         # Initialise the NMR-STAR data object.
         star = NMR_STAR_v3_1('relax_model_free_results', file_path)
 
-        # Get the current data pipe.
-        cdp = get_pipe()
-
         # Generate the entity saveframe.
         mol_res_spin.bmrb_write_entity(star)
 




Related Messages


Powered by MHonArc, Updated Thu Mar 05 12:00:04 2009