Skip to content

Commit

Permalink
Load DelimitedFiles module if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Oct 16, 2017
1 parent 1ec83cc commit 0652885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This is provided by World Magnetic Model
const POLELATLONG =
try
let
if !isdefined(Base, :DelimitedFiles)
using DelimitedFiles
end
local polelatlong, rows, floattype, temp
polelatlong = readdlm(joinpath(@__DIR__,
"..", "deps", "NP.xy"))
Expand Down

0 comments on commit 0652885

Please sign in to comment.