Skip to content

Commit

Permalink
correction of typo in collocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Feb 21, 2024
1 parent ba30cb4 commit 2970f6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/periodicorbit/PeriodicOrbitCollocation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1190,8 +1190,6 @@ function get_blocks(coll::PeriodicOrbitOCollProblem, Jac::SparseMatrixCSC)
out
end
####################################################################################################
@views function condensation_of_parameters(coll::PeriodicOrbitOCollProblem, J, rhs0)
#https://github.com/DynareJulia/FastLapackInterface.jl
@views function condensation_of_parameters(coll::PeriodicOrbitOCollProblem, J, rhs0, Jtmp, Jext)
@assert size(J, 1) == size(J, 2) == length(rhs0) "The right hand side does not have the right dimension or the jacobian is not square."
N, m, Ntst = size(coll)
Expand Down

0 comments on commit 2970f6a

Please sign in to comment.