call new function name

release/4.3a0
Duy-Nguyen Ta 2016-09-10 19:45:50 -04:00
parent 2496de85a9
commit 3352aed2f7
1 changed files with 1 additions and 1 deletions

View File

@ -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;