Skip to content

Commit

Permalink
Fix initialization script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo R. Mier committed Jul 21, 2020
1 parent d344e37 commit 2fc277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializeCobraToolboxLib.m
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function initializeCobraToolboxLib()
currentDir = pwd;

% define the root path of The COBRA Toolbox and change to it.
CBTDIR = fileparts(which('initCobra306'));
CBTDIR = fileparts(which('initializeCobraToolboxLib.m'));
cd(CBTDIR);

% add the external install folder
Expand Down

0 comments on commit 2fc277f

Please sign in to comment.