mailr2585 - /1.2/sample_scripts/angles.py


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

Header


Content

Posted by edward on September 30, 2006 - 09:44:
Author: bugman
Date: Sat Sep 30 09:43:36 2006
New Revision: 2585

URL: http://svn.gna.org/viewcvs/relax?rev=2585&view=rev
Log:
Partial fix for bug #7224 (https://gna.org/bugs/?7224). 

The 'param_types' argument of the 'diffusion_tensor.init()' user function was 
changed to the value
of 3.  The rational for this fix is given in the post at
https://mail.gna.org/public/relax-devel/2006-09/msg00042.html (Message-id:
<7f080ed10609300034j2e2487f2p2e252eb941a38e33@xxxxxxxxxxxxxx>).


Modified:
    1.2/sample_scripts/angles.py

Modified: 1.2/sample_scripts/angles.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/angles.py?rev=2585&r1=2584&r2=2585&view=diff
==============================================================================
--- 1.2/sample_scripts/angles.py (original)
+++ 1.2/sample_scripts/angles.py Sat Sep 30 09:43:36 2006
@@ -1,5 +1,5 @@
 name = 'spheroid'
 run.create(name, 'mf')
 pdb(name, "Ap4Aase_new_3.pdb")
-diffusion_tensor.init(name, (1.698e7, 1.417e7, 67.174, -83.718))
+diffusion_tensor.init(name, (1.698e7, 1.417e7, 67.174, -83.718), 
param_types=3)
 angles(name)




Related Messages


Powered by MHonArc, Updated Sat Sep 30 10:20:07 2006