path fix for private function "invoke_openEMS"

This commit is contained in:
Thorsten Liebig 2012-05-08 13:59:00 +02:00
parent 317ef82993
commit 08be51b5f6

View File

@ -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'];