From e821e07723cbad7afebe49bcebbefc1ee8085ccb Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 13 Oct 2019 11:40:16 +0300 Subject: [PATCH] Remove imports not available anymore in Base Closes issue #234. --- src/JuliaFEM.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JuliaFEM.jl b/src/JuliaFEM.jl index b4a4812..ddaecc0 100644 --- a/src/JuliaFEM.jl +++ b/src/JuliaFEM.jl @@ -117,7 +117,7 @@ using TimerOutputs export @timeit, print_timer import Base: getindex, setindex!, convert, length, size, isapprox, - similar, start, first, next, done, last, endof, vec, + similar, first, last, vec, ==, +, -, *, /, haskey, copy, push!, isempty, empty!, append!, read, copy