Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Apr 13, 2024
1 parent efed9a3 commit 1d98fa2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/periodicorbit/PeriodicOrbitCollocation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,6 @@ end
return result
end

"""
$(SIGNATURES)
"""
$(SIGNATURES)
Expand All @@ -569,6 +565,8 @@ Compute the jacobian of the problem defining the periodic orbits by orthogonal c

ρD * D - T*(ρF * F + ρI * I)

"""
$(SIGNATURES)
"""
@views function analytical_jacobian!(J,
coll::PeriodicOrbitOCollProblem,
Expand Down

0 comments on commit 1d98fa2

Please sign in to comment.