mailr12814 - /1.3/generic_fns/pipes.py


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

Header


Content

Posted by edward on March 17, 2011 - 13:40:
Author: bugman
Date: Thu Mar 17 13:40:55 2011
New Revision: 12814

URL: http://svn.gna.org/viewcvs/relax?rev=12814&view=rev
Log:
Removed 'relax_disp' from the VALID_TYPES data pipe type array.

This is supported in the 'relax_disp' branch and not in the main line.


Modified:
    1.3/generic_fns/pipes.py

Modified: 1.3/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/pipes.py?rev=12814&r1=12813&r2=12814&view=diff
==============================================================================
--- 1.3/generic_fns/pipes.py (original)
+++ 1.3/generic_fns/pipes.py Thu Mar 17 13:40:55 2011
@@ -34,7 +34,7 @@
 
 
 # List of valid data pipe types.
-VALID_TYPES = ['ct', 'frame order', 'jw', 'hybrid', 'mf', 'N-state', 'noe', 
'relax_fit', 'relax_disp']
+VALID_TYPES = ['ct', 'frame order', 'jw', 'hybrid', 'mf', 'N-state', 'noe', 
'relax_fit']
 
 
 def copy(pipe_from=None, pipe_to=None):




Related Messages


Powered by MHonArc, Updated Thu Mar 17 15:40:01 2011