scilab: fix typo error
This commit is contained in:
parent
034aa554ba
commit
10eaeba451
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ public:
|
|||
Wrapper_print(setFunctionWrapper, wrappersSection);
|
||||
|
||||
/* Add function to builder table */
|
||||
addFunctionToScilab(getFunctionName, getFunctionName);
|
||||
addFunctionToScilab(setFunctionName, setFunctionName);
|
||||
}
|
||||
|
||||
return SWIG_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue