Author: bugman
Date: Tue Oct 21 08:58:14 2014
New Revision: 26321
URL: http://svn.gna.org/viewcvs/relax?rev=26321&view=rev
Log:
Bug fix for the structure.align user function for when no data pipes are
supplied.
Modified:
trunk/pipe_control/structure/main.py
Modified: trunk/pipe_control/structure/main.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/structure/main.py?rev=26321&r1=26320&r2=26321&view=diff
==============================================================================
--- trunk/pipe_control/structure/main.py (original)
+++ trunk/pipe_control/structure/main.py Tue Oct 21 08:58:14 2014
@@ -132,7 +132,7 @@
# The data pipes to use.
if pipes == None:
- pipes = [pipes.cdp_name()]
+ pipes = [cdp_name()]
# Checks.
for pipe in pipes:
_______________________________________________
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