Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
fixed a bug in startup.m
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielenava committed Aug 5, 2016
1 parent 960166e commit 61e3a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .startup_mexWholeBodyModel.m.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ if exist(mexDir, 'dir')
end

if exist(mexUtDir, 'dir')
addpath(mexDir);
addpath(mexUtDir);
end

if exist(mexWrapDir, 'dir')
addpath(mexDir);
addpath(mexWrapDir);
end

fileDir = userpath;
Expand Down

0 comments on commit 61e3a80

Please sign in to comment.