Skip to content
Snippets Groups Projects
Commit c07cc4cf authored by William Lövfors's avatar William Lövfors
Browse files

Changed the format for how numerical values are presented

parent e8d29ccb
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ function [model,data, lb, ub, nParams,expInd, stimulus, dgf, opts] = Init(modelN
if nargin<1; modelName='lipolysis'; end
if nargin<2, doDiabetes=0; end
if nargin<3, doMEX=0; end
format short e
if doMEX
disp('Compiling the model, please wait')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment