| [Mumps2Py:] [146] replaced parseMumps with parse_routine | 
[ Thread Index | 
Date Index
| More lists.mumps2py.org/discuss Archives
] 
Revision: 146
Author:   pgallot
Date:     2008-02-29 19:35:05 +0000 (Fri, 29 Feb 2008)
Log Message:
-----------
replaced parseMumps with parse_routine
Modified Paths:
--------------
    trunk/mumps2py_test.py
Modified: trunk/mumps2py_test.py
===================================================================
--- trunk/mumps2py_test.py	2008-02-29 19:33:27 UTC (rev 145)
+++ trunk/mumps2py_test.py	2008-02-29 19:35:05 UTC (rev 146)
@@ -39,7 +39,7 @@
     """given a test_file, generate out_file from the Python translation"""
 
     the_module = mumps2py.parse_for_routines(test_file, out_dir)[0]
-    mumps2py.parseMumps(the_module)
+    mumps2py.parse_routine(the_module)
     translation = mumps2py.translate(the_module)
     pytrans_file = the_module.output_file
     print "writing translation to", pytrans_file