path fix for private function "invoke_openEMS"
This commit is contained in:
parent
317ef82993
commit
08be51b5f6
@ -31,7 +31,7 @@ end
|
|||||||
|
|
||||||
filename = mfilename('fullpath');
|
filename = mfilename('fullpath');
|
||||||
dir = fileparts( filename );
|
dir = fileparts( filename );
|
||||||
openEMS_Path = [dir filesep '..' filesep];
|
openEMS_Path = [dir filesep '../..' filesep];
|
||||||
|
|
||||||
if isunix
|
if isunix
|
||||||
openEMS_Path = [openEMS_Path 'openEMS.sh'];
|
openEMS_Path = [openEMS_Path 'openEMS.sh'];
|
||||||
|
Loading…
Reference in New Issue
Block a user