Author: bugman
Date: Mon Sep 22 17:00:37 2014
New Revision: 25960

URL: http://svn.gna.org/viewcvs/relax?rev=25960&view=rev
Log:
Fix for the new specific_analyses.frame_order.geometric.generate_axis_system() 
function.

The rotor and free rotor models were not correctly handled and the returned 
eigenframe was the zero
matrix.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py?rev=25960&r1=25959&r2=25960&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py     
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py     
Mon Sep 22 17:00:37 2014
@@ -741,6 +741,9 @@
         else:
             axis = 
create_rotor_axis_alpha(alpha=cdp.axis_alpha_sim[sim_index], pivot=pivot, 
point=com)
 
+        # Create a full normalised axis system.
+        two_vect_to_R(array([1, 0, 0], float64), axis, frame)
+
     # The system for the isotropic cones.
     elif cdp.model in MODEL_LIST_ISO_CONE:
         # Generate the axis.


_______________________________________________
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