Fixed octave version check and enabled VPATH build for check-octave-operator example
This commit is contained in:
parent
be0b975e6b
commit
a5774a9d0f
2 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,9 @@ if exist("crash_dumps_octave_core", "builtin")
|
|||
crash_dumps_octave_core(0);
|
||||
endif
|
||||
|
||||
scriptDir = fileparts(mfilename('fullpath'));
|
||||
addpath(scriptDir);
|
||||
|
||||
# Operator overloading example
|
||||
swigexample
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue