Skip to content
Snippets Groups Projects
Commit eb80bac1 authored by JUILLARD Michel's avatar JUILLARD Michel Committed by Sébastien Villemot
Browse files

corrected bug when all variables are stationary and u is empty

(cherry picked from commit 9509a464)
parent 9dea7088
No related branches found
No related tags found
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