Author: bugman
Date: Wed Sep 17 17:35:58 2014
New Revision: 25895

URL: http://svn.gna.org/viewcvs/relax?rev=25895&view=rev
Log:
Removed the axis system printout from the frame_order.pdb_model user function.

This is for the geometric representation of the frame order dynamics.  The axis 
system is printed
out as the rotation matrix used for the 
lib.structure.geometric.generate_vector_residues() function
later on anyway.  The change is to simplify the printouts.


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=25895&r1=25894&r2=25895&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py     
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/geometric.py     
Wed Sep 17 17:35:58 2014
@@ -129,7 +129,6 @@
                 euler_to_R_zyz(cdp.eigen_alpha_sim[sim_indices[i]], 
cdp.eigen_beta_sim[sim_indices[i]], cdp.eigen_gamma_sim[sim_indices[i]], axes)
             else:
                 euler_to_R_zyz(cdp.eigen_alpha, cdp.eigen_beta, 
cdp.eigen_gamma, axes)
-            print(("Axis system:\n%s" % axes))
 
             # Rotations and inversions.
             axes = dot(T, axes)


_______________________________________________
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