Skip to content

Commit 7e9c3ed

Browse files
committed
Add @info in configure
1 parent fb19729 commit 7e9c3ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/IntervalArithmetic.jl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,13 @@ function configure(; numtype::Type{<:NumTypes}=Float64, flavor::Symbol=:set_base
211211
configure_rounding(rounding)
212212
configure_power(power)
213213
configure_matmul(matmul)
214-
return numtype, flavor, rounding, power, matmul
214+
#
215+
@info """Configuration:
216+
- bound type: $numtype
217+
- flavor: $flavor
218+
- interval rounding: $rounding
219+
- power mode: $power
220+
- matmul mode: $matmul"""
215221
end
216222

217223
configure()

0 commit comments

Comments
 (0)