Skip to content

Commit

Permalink
fix jacobian change
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bossart committed Jan 5, 2024
1 parent c1f8076 commit 648b412
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/base/jacobian.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function (J::JacobianFunctionWrapper{HasDelays})(
end

function (J::JacobianFunctionWrapper{NoDelays})(
<<<<<<< HEAD
JM::U,
x::AbstractVector{Float64},
h,
Expand All @@ -72,8 +71,6 @@ function (J::JacobianFunctionWrapper{NoDelays})(
end

function (J::JacobianFunctionWrapper{NoDelays})(
=======
>>>>>>> f336ececd8d00911b90d888d62e056bc05791fbf
JM::U,
dx::AbstractVector{Float64},
x::AbstractVector{Float64},
Expand Down

0 comments on commit 648b412

Please sign in to comment.