Fixed octave version check and enabled VPATH build for check-octave-operator example

This commit is contained in:
Markus Friedrich 2022-01-16 09:58:25 +01:00
commit a5774a9d0f
2 changed files with 4 additions and 1 deletions

View file

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