path fix for private function "invoke_openEMS"

pull/1/head
Thorsten Liebig 2012-05-08 13:59:00 +02:00
parent 317ef82993
commit 08be51b5f6
1 changed files with 1 additions and 1 deletions

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