Author: bugman
Date: Tue Sep 9 19:18:46 2014
New Revision: 25721
URL: http://svn.gna.org/viewcvs/relax?rev=25721&view=rev
Log:
Fix for the frame_order.permute_axes user function for the torsionless
pseudo-ellipse.
This should have been part of the last commit.
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
Modified: branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py?rev=25721&r1=25720&r2=25721&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py Tue Sep
9 19:18:46 2014
@@ -116,7 +116,7 @@
cone_sigma_max = 0.0
if cdp.model == MODEL_PSEUDO_ELLIPSE:
cone_sigma_max = cdp.cone_sigma_max
- angles = array([cdp.cone_theta_y, cdp.cone_theta_x, cdp.cone_sigma_max],
float64)
+ angles = array([cdp.cone_theta_y, cdp.cone_theta_x, cone_sigma_max],
float64)
# Generate the eigenframe of the motion.
frame = zeros((3, 3), float64)
_______________________________________________
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