Skip to content

Commit

Permalink
Removing load path
Browse files Browse the repository at this point in the history
No idea what that was for, but it's not necessary for tests to pass
  • Loading branch information
ChrisRackauckas committed Apr 14, 2017
1 parent ec00d7c commit 5011e22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test1.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
push!(LOAD_PATH, "/Users/rveltz/work/prog_gd/julia")
using LSODA

function fex{T1,T2,T3,T4}(t::T1, y::T2, ydot::T3, data::T4)
Expand Down Expand Up @@ -57,4 +56,4 @@ lsoda_prepare(ctx,opt)
tout[1] *= 10.0E0
end
println("Done!")
lsoda_free(ctx)
lsoda_free(ctx)

0 comments on commit 5011e22

Please sign in to comment.