Author: bugman
Date: Tue Mar  3 15:47:17 2015
New Revision: 27749

URL: http://svn.gna.org/viewcvs/relax?rev=27749&view=rev
Log:
Fix for the pcs.copy user function for a recently introduced problem (r27747).

The data pipe for the spin_loop() function must be supplied.


Modified:
    trunk/pipe_control/pcs.py

Modified: trunk/pipe_control/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/pcs.py?rev=27749&r1=27748&r2=27749&view=diff
==============================================================================
--- trunk/pipe_control/pcs.py   (original)
+++ trunk/pipe_control/pcs.py   Tue Mar  3 15:47:17 2015
@@ -328,7 +328,7 @@
 
         # Spin loop.
         data = []
-        for spin_from, spin_id in spin_loop(return_id=True):
+        for spin_from, spin_id in spin_loop(return_id=True, pipe=pipe_from):
             # Find the matching spin container in the target data pipe.
             spin_to = return_spin(spin_id, pipe=pipe_to)
 


_______________________________________________
relax (http://www.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