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)
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits