From 3352aed2f71bc55f84d20baa1823514d02bc9773 Mon Sep 17 00:00:00 2001 From: Duy-Nguyen Ta Date: Sat, 10 Sep 2016 19:45:50 -0400 Subject: [PATCH] call new function name --- wrap/wrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/wrap.cpp b/wrap/wrap.cpp index dc1195f2c..a5351f558 100644 --- a/wrap/wrap.cpp +++ b/wrap/wrap.cpp @@ -54,7 +54,7 @@ void generate_toolbox( // Then emit MATLAB code module.matlab_code(toolboxPath); else if (language == "--cython") { - module.cython_code(toolboxPath); + module.cython_wrapper(toolboxPath); } else { cerr << "First argument invalid" << endl;