diff --git a/src/NCDatasets.jl b/src/NCDatasets.jl index 0b946718..a8f04822 100644 --- a/src/NCDatasets.jl +++ b/src/NCDatasets.jl @@ -13,7 +13,7 @@ import Base.convert import Compat: @debug, findfirst import Base: close -include("time.jl") +include("CFTime.jl") using .CFTime include("CatArrays.jl")