Skip to content

Commit

Permalink
remove accidental shows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jun 13, 2020
1 parent b95c8f3 commit 6e81f80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/aggregators/direct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ DirectJumpAggregation(nj::Int, njt::T, et::T, crs::Vector{T}, sr::T, maj::S, rs:

# condition for jump to occur
@inline function (p::DirectJumpAggregation)(u, t, integrator)
@show p.next_jump_time,t
p.next_jump_time == t
end

Expand All @@ -35,9 +34,7 @@ end
# setting up a new simulation
function (p::DirectJumpAggregation)(dj, u, t, integrator) # initialize
initialize!(p, integrator, u, integrator.p, t)
@show p.next_jump_time
register_next_jump_time!(integrator, p, t)
@show integrator.t,p.next_jump_time
nothing
end

Expand Down

0 comments on commit 6e81f80

Please sign in to comment.