call new function name
parent
2496de85a9
commit
3352aed2f7
|
@ -54,7 +54,7 @@ void generate_toolbox(
|
||||||
// Then emit MATLAB code
|
// Then emit MATLAB code
|
||||||
module.matlab_code(toolboxPath);
|
module.matlab_code(toolboxPath);
|
||||||
else if (language == "--cython") {
|
else if (language == "--cython") {
|
||||||
module.cython_code(toolboxPath);
|
module.cython_wrapper(toolboxPath);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cerr << "First argument invalid" << endl;
|
cerr << "First argument invalid" << endl;
|
||||||
|
|
Loading…
Reference in New Issue