Skip to content

Commit e1ab4ca

Browse files
committed
Added tmt as submodule, updated modpath.m appropriately
1 parent 302f1f7 commit e1ab4ca

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "tmt"]
2+
path = tmt
3+
url = https://github.com/JaneliaSciComp/tmt

modpath.m

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function modpath()
66
addpath(fullfile(this_folder_path,'foreground-classifiers')) ;
77
addpath(fullfile(this_folder_path,'stitching')) ;
88
addpath(fullfile(this_folder_path,'rendering')) ;
9+
run(fullfile(this_folder_path, 'tmt', 'modpath.m')) ; % add tmt stuff to path
910
addpath(this_folder_path) ;
1011
end
1112

tmt

Submodule tmt added at d158d66

0 commit comments

Comments
 (0)