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