mailr25721 - /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py


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

Header


Content

Posted by edward on September 09, 2014 - 19:18:
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)




Related Messages


Powered by MHonArc, Updated Tue Sep 09 19:40:02 2014