mailr4582 - /1.2/specific_fns/consistency_tests.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 09, 2008 - 20:22:
Author: semor
Date: Wed Jan  9 20:21:52 2008
New Revision: 4582

URL: http://svn.gna.org/viewcvs/relax?rev=4582&view=rev
Log:
Corrected, for the consistency tests code, some remnants of the jw_mapping 
code.

These, as long as errors correct in the 4581 commit, were found with the unit 
tests.


Modified:
    1.2/specific_fns/consistency_tests.py

Modified: 1.2/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/specific_fns/consistency_tests.py?rev=4582&r1=4581&r2=4582&view=diff
==============================================================================
--- 1.2/specific_fns/consistency_tests.py (original)
+++ 1.2/specific_fns/consistency_tests.py Wed Jan  9 20:21:52 2008
@@ -323,11 +323,11 @@
         if search('^[Jj]0$', name) or search('[Jj]\(0\)', name):
             return 'j0'
 
-        # J(wX).
+        # F_eta.
         if search('^[Ff]_[Ee][Tt][Aa]$', name):
             return 'f_eta'
 
-        # J(wH).
+        # F_R2.
         if search('^^[Ff]_[Rr]2$', name):
             return 'f_r2'
 
@@ -358,11 +358,11 @@
         if object_name == 'j0':
             return '\\qJ(0)\\Q'
 
-        # J(wX).
+        # F_eta.
         elif object_name == 'f_eta':
             return '\\qF\\s\\xh\\Q'
 
-        # J(wH).
+        # F_R2.
         elif object_name == 'f_r2':
             return '\\qF\\sR2\\Q'
 




Related Messages


Powered by MHonArc, Updated Wed Jan 09 21:40:13 2008