mailr19407 - /trunk/pipe_control/mol_res_spin.py


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

Header


Content

Posted by edward on April 09, 2013 - 18:21:
Author: bugman
Date: Tue Apr  9 18:21:18 2013
New Revision: 19407

URL: http://svn.gna.org/viewcvs/relax?rev=19407&view=rev
Log:
Fix for the new pipe_control.mol_res_spin.count_max_spins_per_residue() 
function.

The data pipe container was missing.


Modified:
    trunk/pipe_control/mol_res_spin.py

Modified: trunk/pipe_control/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/mol_res_spin.py?rev=19407&r1=19406&r2=19407&view=diff
==============================================================================
--- trunk/pipe_control/mol_res_spin.py (original)
+++ trunk/pipe_control/mol_res_spin.py Tue Apr  9 18:21:18 2013
@@ -441,6 +441,9 @@
 
     # Init.
     max_num = 0
+
+    # Get the data pipe.
+    dp = pipes.get_pipe(pipe)
 
     # Loop over the molecules.
     for mol in dp.mol:




Related Messages


Powered by MHonArc, Updated Tue Apr 09 19:00:02 2013