Skip to content
Snippets Groups Projects
Verified Commit d1dc9287 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

get_minimal_state_representation.m: set undefined output argument

(cherry picked from commit 459d6ded)
parent bafb3d69
Branches
Tags
No related merge requests found
......@@ -117,6 +117,10 @@ else
end
minSYS.dD = SYS.dD;
end
else
minSYS = [];
minns = [];
return;
end
catch
minreal_flag = 0; % if something went wrong use below procedure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment