mailr4977 - /branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py


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

Header


Content

Posted by edward on February 13, 2008 - 15:39:
Author: bugman
Date: Wed Feb 13 15:20:24 2008
New Revision: 4977

URL: http://svn.gna.org/viewcvs/relax?rev=4977&view=rev
Log:
Merged the N-state model pivot_point() and CoM() user functions to a single 
CoM analysis function.


Modified:
    branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py

Modified: branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py?rev=4977&r1=4976&r2=4977&view=diff
==============================================================================
--- branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py 
(original)
+++ branches/N_state_model/test_suite/system_tests/scripts/5_state_xz.py Wed 
Feb 13 15:20:24 2008
@@ -89,6 +89,5 @@
 # Minimise.
 minimise('simplex', constraints=False)
 
-# Set the pivot point and CoM.
-n_state_model.pivot_point([0.0, 0.0, 0.0])
-n_state_model.CoM([0.0, 0.0, 1.0])
+# Centre of mass analysis.
+n_state_model.CoM(pivot_point=[0.0, 0.0, 0.0], centre=[0.0, 0.0, 1.0])




Related Messages


Powered by MHonArc, Updated Wed Feb 13 16:20:39 2008