Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Nov 30, 2023
1 parent f33c909 commit 724c0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/geckomat/utilities/startGECKOproject.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ function startGECKOproject(name, path)
else
printOrange('WARNING: A project with the same name exits at the same location. The project was not created.\n')
end
cd(fullPath)
end
2 changes: 1 addition & 1 deletion tutorials/light_ecModel/HumanGEMAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

% The model distributed with the light_ecModel tutorial is Human-GEM
% is version 1.15.0, available from
% https://github.com/SysBioChalmers/Human-GEM/releases/tag/v1.3.0
% https://github.com/SysBioChalmers/Human-GEM/releases/tag/v1.15.0
% In addition, the following lines were run to reduce its size
% before storing it in this GECKO tutorial:
% ihuman = simplifyModel(ihuman,false,false,true,true);
Expand Down

0 comments on commit 724c0aa

Please sign in to comment.