Skip to content

Commit

Permalink
Remove @intervalbox macro (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders authored and lbenet committed Jun 1, 2017
1 parent 8369aa9 commit b5ce9ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion src/IntervalArithmetic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Base: rounding, setrounding, setprecision

## Multidimensional
export
IntervalBox, @intervalbox
IntervalBox

## Decorations
export
Expand Down
42 changes: 0 additions & 42 deletions src/multidim/intervalbox_macro.jl

This file was deleted.

1 change: 0 additions & 1 deletion src/multidim/multidim.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include("intervalbox.jl")
# include("intervalbox_macro.jl")
include("setdiff.jl")

0 comments on commit b5ce9ae

Please sign in to comment.