Skip to content

Commit 3aab1bc

Browse files
author
Thomas Kuestner
committed
CSLABGUI path dependencies
1 parent 0b39f74 commit 3aab1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reconstruction/matlab/CS_LAB_GUI/CS_LAB_GUI.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function CS_LAB_GUI_OpeningFcn(hObject, eventdata, handles, varargin)
5656
cd(currpath);
5757
addpath(genpath(currpath));
5858
addpath(genpath([currpath,filesep,'utils']));
59-
addpath(genpath([fileparts(currpath),filesep,'CS_LAB']));
59+
addpath(genpath([fileparts(currpath),filesep,'CS_LAB_matlab']));
6060
handles.currpath = currpath;
6161

6262
warning('off','MATLAB:mat2cell:TrailingUnityVectorArgRemoved');

0 commit comments

Comments
 (0)