Skip to content

Commit

Permalink
Used git submodules to link the project to DTQP project
Browse files Browse the repository at this point in the history
  • Loading branch information
AzadSaeed committed Apr 24, 2024
1 parent 88c29be commit 989c824
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "dt-qp-project"]
path = dt-qp-project
url = https://github.com/danielrherber/dt-qp-project.git
8 changes: 4 additions & 4 deletions INSTALL_Tool.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
zips(ind).test = 'commonFigureProperties';

% zip: DTQP
ind = ind + 1; % increment
zips(ind).url = 'https://github.com/danielrherber/dt-qp-project/archive/refs/heads/master.zip';
zips(ind).folder = 'MFX 8773';
zips(ind).test = 'dt-qp-project';
% ind = ind + 1; % increment
% zips(ind).url = 'https://github.com/danielrherber/dt-qp-project/archive/refs/heads/master.zip';
% zips(ind).folder = 'MFX 8773';
% zips(ind).test = 'dt-qp-project';

% obtain full function path
full_fun_path = which(mfilename('fullpath'));
Expand Down
1 change: 1 addition & 0 deletions dt-qp-project
Submodule dt-qp-project added at ad43df

0 comments on commit 989c824

Please sign in to comment.