Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit ae64ad8

Browse files
committed
Use "+FMIKit" folder to determine install location
to avoid ambiguities when installed as app
1 parent ef0ef9a commit ae64ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+FMIKit/initialize.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function initialize()
66

77
msg = false;
88

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

1212
% initialize the RTWSFCNFMI

0 commit comments

Comments
 (0)