Skip to content

Commit 88c2117

Browse files
committed
Improve message
1 parent 74fa946 commit 88c2117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stability_ufc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function margins()
111111
elseif min_margin < 0.5
112112
@warn "System is marginally stable with a minimum margin of: $min_margin"
113113
else
114-
@info "System is stable with a minimum margin of: $(round(min_margin, digits=2))"
114+
@info "System is stable with a minimum margin of: $(round(min_margin, digits=2)). A value ≥ 0.5 is considered robust."
115115
end
116116
return margins
117117
end

0 commit comments

Comments
 (0)