mailr17231 - /trunk/user_functions/dipole_pair.py


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

Header


Content

Posted by edward on July 11, 2012 - 17:06:
Author: bugman
Date: Wed Jul 11 17:06:20 2012
New Revision: 17231

URL: http://svn.gna.org/viewcvs/relax?rev=17231&view=rev
Log:
Fixes for the prompt examples in the dipole_pair.read_dist user function 
documentation.


Modified:
    trunk/user_functions/dipole_pair.py

Modified: trunk/user_functions/dipole_pair.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/dipole_pair.py?rev=17231&r1=17230&r2=17231&view=diff
==============================================================================
--- trunk/user_functions/dipole_pair.py (original)
+++ trunk/user_functions/dipole_pair.py Wed Jul 11 17:06:20 2012
@@ -147,8 +147,8 @@
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("To load the distances from the fifth column of 
the 'distances' file, and where the spin IDs are in the first and second 
columns, type one of the following:")
-uf.desc[-1].add_prompt("relax> dipole_pair.read_dist('distances', 1, 2, 5")
-uf.desc[-1].add_prompt("relax> dipole_pair.read_dist(file='distances', 
spin_id1_col=1, spin_id2_col=2, data_col=5")
+uf.desc[-1].add_prompt("relax> dipole_pair.read_dist('distances', 1, 2, 5)")
+uf.desc[-1].add_prompt("relax> dipole_pair.read_dist(file='distances', 
spin_id1_col=1, spin_id2_col=2, data_col=5)")
 uf.backend = dipole_pair.read_dist
 uf.menu_text = "&read_dist"
 uf.gui_icon = "oxygen.actions.document-open"




Related Messages


Powered by MHonArc, Updated Wed Jul 11 17:40:02 2012