Skip to content

Commit

Permalink
Fix loading of DelimitedFiles
Browse files Browse the repository at this point in the history
Note to self: test better your changes before pushing to remote master.
  • Loading branch information
giordano committed Oct 16, 2017
1 parent 0652885 commit c8358fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is provided by World Magnetic Model
const POLELATLONG =
try
let
if !isdefined(Base, :DelimitedFiles)
if !isdefined(Base, :DataFmt)
using DelimitedFiles
end
local polelatlong, rows, floattype, temp
Expand Down

0 comments on commit c8358fc

Please sign in to comment.