mailr22074 - /trunk/docs/latex/intro.tex


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

Header


Content

Posted by edward on January 30, 2014 - 17:23:
Author: bugman
Date: Thu Jan 30 17:23:38 2014
New Revision: 22074

URL: http://svn.gna.org/viewcvs/relax?rev=22074&view=rev
Log:
Fix for the diffusion_tensor.init user function reference in the intro 
chapter of the manual.

This was using a very old and now non-functional syntax.


Modified:
    trunk/docs/latex/intro.tex

Modified: trunk/docs/latex/intro.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/intro.tex?rev=22074&r1=22073&r2=22074&view=diff
==============================================================================
--- trunk/docs/latex/intro.tex (original)
+++ trunk/docs/latex/intro.tex Thu Jan 30 17:23:38 2014
@@ -422,7 +422,7 @@
 relax_data.read(ri_id='NOE_500', ri_type='NOE', frq=500.0*1e6, 
file='noe.500.out', res_num_col=1, data_col=3, error_col=4)
 
 # Initialise the diffusion tensor.
-diffusion_tensor.init((2e-8, 1.3, 60, 290), param_types=1, 
axial_type='prolate', fixed=True)
+diffusion_tensor.init((2e-8, 1.3, 60, 290), spheroid_type='prolate', 
param_types=2, fixed=True)
 
 # Create all attached protons.
 sequence.attach_protons()




Related Messages


Powered by MHonArc, Updated Thu Jan 30 17:40:02 2014