Author: bugman
Date: Fri Nov 21 15:32:08 2014
New Revision: 26691

URL: http://svn.gna.org/viewcvs/relax?rev=26691&view=rev
Log:
Fixes for the printouts from the Frame_order.test_pdb_model_rotor_* system 
tests.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=26691&r1=26690&r2=26691&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Fri Nov 
21 15:32:08 2014
@@ -1851,8 +1851,9 @@
 
         # The axis alpha parameter, and printout.
         axis_alpha = pi / 2.0
-        print("\nRotor axis:  %s" % create_rotor_axis_alpha(pi/2, pivot, 
array([0, 0, 0], float64)))
-        print("Rotor apex (100*axis + [1, 0, 0]):\n    %s" % (100.0*axis + 
pivot))
+        axis = create_rotor_axis_alpha(pi/2, pivot, array([0, 0, 0], float64))
+        print("\nRotor axis:  %s" % axis)
+        print("Rotor apex (100*axis + [1, 0, 0]):\n    %s" % (l*axis + pivot))
 
         # Set the average domain position translation parameters.
         self.interpreter.value.set(param='ave_pos_x', val=0.0)
@@ -1934,7 +1935,7 @@
         axis_alpha = pi / 2.0
         axis =  create_rotor_axis_alpha(pi/2, pivot, array([0, 0, 0], float64))
         print("\nRotor axis:\n    %s" % axis)
-        print("Rotor apex (100*axis + [1, 0, 1]):\n    %s" % (100.0*axis + 
pivot))
+        print("Rotor apex (100*axis + [1, 0, 1]):\n    %s" % (l*axis + pivot))
 
         # Set the average domain position translation parameters.
         self.interpreter.value.set(param='ave_pos_x', val=0.0)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

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