We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0fe1f commit 1df9cccCopy full SHA for 1df9ccc
modpath.m
@@ -8,6 +8,7 @@ function modpath()
8
addpath(fullfile(this_folder_path,'rendering')) ;
9
addpath(fullfile(this_folder_path,'check-tiles')) ;
10
addpath(fullfile(this_folder_path,'line-fix')) ;
11
+ addpath(fullfile(this_folder_path,'freezing')) ;
12
run(fullfile(this_folder_path, 'tmt', 'modpath.m')) ; % add tmt stuff to path
13
addpath(this_folder_path) ;
14
end
0 commit comments