mailr19241 - /branches/relax_disp/user_functions/relax_disp.py


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

Header


Content

Posted by edward on March 27, 2013 - 15:28:
Author: bugman
Date: Wed Mar 27 15:28:37 2013
New Revision: 19241

URL: http://svn.gna.org/viewcvs/relax?rev=19241&view=rev
Log:
Manually ported r8698 from the prompt package to the user_functions package.

.....
  r8698 | semor | 2009-01-28 17:57:19 +0100 (Wed, 28 Jan 2009) | 11 lines
  Changed paths:
     M /branches/relax_disp/prompt/relax_disp.py
  
  Fixed a bug which prevented the manual pdf to be compiled.
  
  The problem was caused by a ':' character in the references (after the 
volume number, as usual).
  This was changed for a '.' character.
  
  Equations were fine..!
  
  Moreover, a better formatting was done by adding ':' characters after the 
word 'are' before
  enumerations.
.....


Modified:
    branches/relax_disp/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=19241&r1=19240&r2=19241&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Wed Mar 27 15:28:37 2013
@@ -211,7 +211,7 @@
 uf.desc.append(Desc_container())
 uf.desc[-1].add_paragraph("The supported equations will include the default 
fast-exchange limit as well as the slow-exchange limit.")
 uf.desc.append(Desc_container("The preset experiments"))
-uf.desc[-1].add_paragraph("The parameters of these two models are")
+uf.desc[-1].add_paragraph("The parameters of these two models are:")
 uf.desc[-1].add_item_list_element("'fast'", "[R2, Rex, kex],")
 uf.desc[-1].add_item_list_element("'slow'", "[R2A, kA, dw].")
 uf.desc[-1].add_paragraph("The equation for fast exchange is:")




Related Messages


Powered by MHonArc, Updated Wed Mar 27 15:40:02 2013