Skip to content
Snippets Groups Projects
Commit 9509a464 authored by JUILLARD Michel's avatar JUILLARD Michel
Browse files

corrected bug when all variables are stationary and u is empty

parent 44623a1d
Branches
Tags
No related merge requests found
......@@ -56,6 +56,7 @@ if size(u,2) > 0
ghx = ghx(i_stat,:);
ghu = ghu(i_stat,:);
else
i_stat_0 = 1:size(ghx,2);
i_stat = (1:n)';
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment