mailr19223 - /branches/relax_disp/user_functions/grace.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 - 14:44:
Author: bugman
Date: Wed Mar 27 14:44:31 2013
New Revision: 19223

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

.....
  r8433 | semor | 2009-01-13 17:09:35 +0100 (Tue, 13 Jan 2009) | 32 lines
  Changed paths:
     M /branches/relax_disp/prompt/grace.py
  
  Imported relaxation dispersion in grace user functions.
  
  However, there is now a problem when constructing the manual (scons 
user_manual_pdf), in the latex
  part of the code, where the following error message is thrown:
  
  ==========
  Underfull \vbox (badness 10000) has occurred while \output is active [172]
  Overfull \hbox (12.85161pt too wide) in paragraph at lines 1277--1306
   [] 
  
  Underfull \vbox (badness 5578) has occurred while \output is active [173]
  [174] [175] [176] [177] [178] [179] [180]
  Underfull \hbox (badness 10000) in paragraph at lines 1597--1598
  []\OT1/cmtt/m/n/9 relax> grace.write(x[]data[]type=`Rex', 
y[]data[]type=`te', s
  pin[]id=`:123', plot[]data=`sims',
  
  Underfull \hbox (badness 10000) in paragraph at lines 1602--1603
  []\OT1/cmtt/m/n/9 relax> grace.write(x[]data[]type=`relax[]times', 
y[]data[]typ
  e=`ave[]int',
  [181]
  ! Argument of \check@nocorr@ has an extra }.
  <inserted text> 
                  \par 
  l.1688 ...ncy (series) & \quotecmd{cpmg\_frqs} & }
                                                    \^{}[Cc]pmg[ 
-\_][Ff]rqs\$...
  
  ?
  ==========
  
  Any ideas ?
.....


Modified:
    branches/relax_disp/user_functions/grace.py

Modified: branches/relax_disp/user_functions/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/grace.py?rev=19223&r1=19222&r2=19223&view=diff
==============================================================================
--- branches/relax_disp/user_functions/grace.py (original)
+++ branches/relax_disp/user_functions/grace.py Wed Mar 27 14:44:31 2013
@@ -38,6 +38,7 @@
 from specific_analyses.jw_mapping import Jw_mapping
 from specific_analyses.model_free import Model_free
 from specific_analyses.noe import Noe
+from specific_analyses.relax_disp import Relax_disp
 from specific_analyses.relax_fit import Relax_fit
 from user_functions.data import Uf_info; uf_info = Uf_info()
 from user_functions.objects import Desc_container
@@ -186,6 +187,7 @@
 uf.desc.append(regexp_doc)
 uf.desc.append(minimise.return_data_name_doc)
 uf.desc.append(Noe.return_data_name_doc)
+uf.desc.append(Relax_disp.return_data_name_doc)
 uf.desc.append(Relax_fit.return_data_name_doc)
 uf.desc.append(Jw_mapping.return_data_name_doc)
 uf.desc.append(Consistency_tests.return_data_name_doc)




Related Messages


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