mailr8433 - /branches/relax_disp/prompt/grace.py


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

Header


Content

Posted by sebastien . morin . 1 on January 13, 2009 - 17:09:
Author: semor
Date: Tue Jan 13 17:09:35 2009
New Revision: 8433

URL: http://svn.gna.org/viewcvs/relax?rev=8433&view=rev
Log:
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/prompt/grace.py

Modified: branches/relax_disp/prompt/grace.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/grace.py?rev=8433&r1=8432&r2=8433&view=diff
==============================================================================
--- branches/relax_disp/prompt/grace.py (original)
+++ branches/relax_disp/prompt/grace.py Tue Jan 13 17:09:35 2009
@@ -35,6 +35,7 @@
 from specific_fns.model_free import Model_free
 from specific_fns.jw_mapping import Jw_mapping
 from specific_fns.noe import Noe
+from specific_fns.relax_disp import Relax_disp
 from specific_fns.relax_fit import Relax_fit
 
 
@@ -253,6 +254,7 @@
     write.__doc__ = write.__doc__ + "\n\n" + regexp_doc() + "\n"
     write.__doc__ = write.__doc__ + minimise.return_data_name.__doc__ + 
"\n\n"
     write.__doc__ = write.__doc__ + Noe.return_data_name.__doc__ + "\n"
+    write.__doc__ = write.__doc__ + Relax_disp.return_data_name.__doc__ + 
"\n"
     write.__doc__ = write.__doc__ + Relax_fit.return_data_name.__doc__ + "\n"
     write.__doc__ = write.__doc__ + Jw_mapping.return_data_name.__doc__ + 
"\n\n"
     write.__doc__ = write.__doc__ + Model_free.return_data_name.__doc__ + 
"\n\n"




Related Messages


Powered by MHonArc, Updated Tue Jan 13 18:20:02 2009