Skip to content

Commit 1df9ccc

Browse files
committed
Updated modpath.m to pick up freezing/
1 parent ed0fe1f commit 1df9ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modpath.m

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ function modpath()
88
addpath(fullfile(this_folder_path,'rendering')) ;
99
addpath(fullfile(this_folder_path,'check-tiles')) ;
1010
addpath(fullfile(this_folder_path,'line-fix')) ;
11+
addpath(fullfile(this_folder_path,'freezing')) ;
1112
run(fullfile(this_folder_path, 'tmt', 'modpath.m')) ; % add tmt stuff to path
1213
addpath(this_folder_path) ;
1314
end

0 commit comments

Comments
 (0)