mailr5831 - /1.3/test_suite/system_tests/scripts/angles.py


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

Header


Content

Posted by edward on April 20, 2008 - 12:29:
Author: bugman
Date: Sun Apr 20 12:29:25 2008
New Revision: 5831

URL: http://svn.gna.org/viewcvs/relax?rev=5831&view=rev
Log:
Fixed the angles.py script used in the system tests.

The heteronuc arg to structure.vectors() has been removed.


Modified:
    1.3/test_suite/system_tests/scripts/angles.py

Modified: 1.3/test_suite/system_tests/scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/angles.py?rev=5831&r1=5830&r2=5831&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/angles.py (original)
+++ 1.3/test_suite/system_tests/scripts/angles.py Sun Apr 20 12:29:25 2008
@@ -11,7 +11,7 @@
 structure.load_spins('@N')
 
 # Set the NH vector.
-structure.vectors(heteronuc='N', proton='H')
+structure.vectors(proton='H')
 
 # Initialise a diffusion tensor.
 diffusion_tensor.init((1.698e7, 1.417e7, 67.174, -83.718), param_types=3)




Related Messages


Powered by MHonArc, Updated Sun Apr 20 12:40:13 2008