mailr16057 - /branches/uf_redesign/user_functions/dasha.py


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

Header


Content

Posted by edward on May 07, 2012 - 16:15:
Author: bugman
Date: Mon May  7 16:15:16 2012
New Revision: 16057

URL: http://svn.gna.org/viewcvs/relax?rev=16057&view=rev
Log:
Fix for the dasha.create user function additional documentation.


Modified:
    branches/uf_redesign/user_functions/dasha.py

Modified: branches/uf_redesign/user_functions/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/dasha.py?rev=16057&r1=16056&r2=16057&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/dasha.py (original)
+++ branches/uf_redesign/user_functions/dasha.py Mon May  7 16:15:16 2012
@@ -68,16 +68,16 @@
 uf.desc = """
 The script file created is called 'dir/dasha_script'.
 """
-uf.additional = ["Optimisation algorithms", """
-The two minimisation algorithms within Dasha are accessible through the 
algor argument which
-can be set to:
+uf.additional = [
+["Optimisation algorithms", """
+The two minimisation algorithms within Dasha are accessible through the 
algorithm argument which can be set to:
 
     'LM' - The Levenberg-Marquardt algorithm.
     'NR' - Newton-Raphson algorithm.
 
-For Levenberg-Marquardt minimisation, the function 'lmin' will be called, 
while for Newton
--Raphson, the function 'min' will be executed.
+For Levenberg-Marquardt minimisation, the function 'lmin' will be called, 
while for Newton-Raphson, the function 'min' will be executed.
 """]
+]
 uf.backend = dasha.create
 uf.menu_text = "&create"
 uf.wizard_size = (700, 600)




Related Messages


Powered by MHonArc, Updated Mon May 07 16:20:01 2012