Skip to content

Commit

Permalink
Use "+FMIKit" folder to determine install location
Browse files Browse the repository at this point in the history
to avoid ambiguities when installed as app
  • Loading branch information
t-sommer committed May 22, 2019
1 parent ef0ef9a commit ae64ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +FMIKit/initialize.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function initialize()

msg = false;

info = what('FMIKit');
info = what('+FMIKit');
[folder, ~, ~] = fileparts(info(1).path);

% initialize the RTWSFCNFMI
Expand Down

0 comments on commit ae64ad8

Please sign in to comment.