mailr28099 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on November 25, 2015 - 18:37:
Author: bugman
Date: Wed Nov 25 18:37:56 2015
New Revision: 28099

URL: http://svn.gna.org/viewcvs/relax?rev=28099&view=rev
Log:
Fix for the structure.pca user function front end.

The PCA name was misspelt as PCS.

Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=28099&r1=28098&r2=28099&view=diff
==============================================================================
--- trunk/user_functions/structure.py   (original)
+++ trunk/user_functions/structure.py   Wed Nov 25 18:37:56 2015
@@ -908,9 +908,9 @@
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("To determine the PCA modes of all models in the 
current data pipe, simply type:")
-uf.desc[-1].add_prompt("relax> structure.pcs()")
-uf.backend = pipe_control.structure.main.pcs
-uf.menu_text = "&pcs"
+uf.desc[-1].add_prompt("relax> structure.pca()")
+uf.backend = pipe_control.structure.main.pca
+uf.menu_text = "&pca"
 uf.wizard_height_desc = 400
 uf.wizard_size = (900, 700)
 uf.wizard_image = WIZARD_IMAGE_PATH + 'structure' + sep + '2JK4.png'




Related Messages


Powered by MHonArc, Updated Wed Nov 25 18:40:03 2015