mailr6428 - /1.3/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 June 22, 2008 - 19:05:
Author: bugman
Date: Sun Jun 22 18:55:04 2008
New Revision: 6428

URL: http://svn.gna.org/viewcvs/relax?rev=6428&view=rev
Log:
Added the results.write() user function to the 5 state model system test 
script.


Modified:
    1.3/test_suite/system_tests/scripts/5_state_xz.py

Modified: 1.3/test_suite/system_tests/scripts/5_state_xz.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/5_state_xz.py?rev=6428&r1=6427&r2=6428&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/5_state_xz.py (original)
+++ 1.3/test_suite/system_tests/scripts/5_state_xz.py Sun Jun 22 18:55:04 2008
@@ -91,3 +91,6 @@
 
 # Centre of mass analysis.
 n_state_model.CoM(pivot_point=[0.0, 0.0, 0.0], centre=[0.0, 0.0, 1.0])
+
+# Write the results.
+results.write(file='devnull')




Related Messages


Powered by MHonArc, Updated Sun Jun 22 19:20:16 2008