Skip to content

Commit

Permalink
using instead of import in paper
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Nov 24, 2023
1 parent b77f107 commit 2142c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ \subsection{The enclose API}
\vspace*{-3mm}
\begin{lstlisting}[language=Julia]
import RangeEnclosures: enclose
import IntervalArithmetic: Interval
using IntervalArithmetic: Interval
function enclose(f::Function,
D::Union{Interval,IntervalBox},
solver::MyEnclosure; kwargs...)
Expand Down

0 comments on commit 2142c5b

Please sign in to comment.