Skip to content
Snippets Groups Projects
Commit 1f4ea5aa authored by Marco Ratto's avatar Marco Ratto
Browse files

Small bug fixes:

thanks to Jesper Linde and Malin Adolfson
parent c5ecad8c
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ ishock= npar>estim_params_.np;
if nargin<6,
ipar=[];
end
if nargin<8 || isempty(dcrit),
if nargin<8 || isempty(pcrit),
pcrit=1;
end
......
......@@ -53,6 +53,7 @@ siLREnorm = idelre.siLREnorm;
% tittxt = '';
% end
tittxt1=regexprep(tittxt, ' ', '_');
tittxt1=strrep(tittxt1, '.', '');
if SampleSize == 1,
siJ = idemoments.siJ;
normJ = max(abs(siJ)')';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment