Skip to content

Commit 3eb3935

Browse files
committed
do not print interval annotations
1 parent e539635 commit 3eb3935

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/IntervalMatrices.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,9 @@ export AffineIntervalMatrix,
7777

7878
set_multiplication_mode(config[:multiplication])
7979

80+
function __init__()
81+
# remove interval decorations
82+
setdisplay(; decorations=false, ng_flag=false)
83+
end
84+
8085
end # module

0 commit comments

Comments
 (0)