Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion @msh/msh.m
Original file line number Diff line number Diff line change
Expand Up @@ -3973,7 +3973,7 @@ function plotter(cmap,round_dec,yylabel,apply_pivot)
obj.op.nbdv = obj.op.nbdv(1:max(obj.op.nvdll),:);
zero_bound = obj.op.nvdll == 0;
obj.op.nope = sum(~zero_bound);
obj.op.ibtype(zero_bound) = [];
obj.op.ibtypee(zero_bound) = [];
obj.op.nvdll(zero_bound) = [];
obj.op.nbdv(:,zero_bound) = [];
end
Expand Down