Skip to content

Commit ce90a69

Browse files
authored
Corrected relative path to library
1 parent fad648f commit ce90a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples_MATLAB/lock_exchange.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
close all
99

1010
%% MOLE'S path so mimetic methods can be used
11-
addpath('mole/mole_MATLAB')
11+
addpath('../mole_MATLAB')
1212

1313
tic % Start the timer
1414
%--------------------------------------------------------------------------

0 commit comments

Comments
 (0)