Skip to content

Commit

Permalink
Fixed broken commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandocal committed Jul 19, 2024
1 parent a5eb2c3 commit a3eafad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/indexhandlers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ function getsubstitutions(ih::DefaultIndexHandler, rs::ReactionSystem; state_sym
end

#"""
PermutingIndexHandler(rs::ReactionSystem, order::AbstractVector)

Constructs an index handler for the reaction system in which the species appear in the order
defined by the vector `order`.
# PermutingIndexHandler(rs::ReactionSystem, order::AbstractVector)
#
#Constructs an index handler for the reaction system in which the species appear in the order
#defined by the vector `order`.
#"""
function PermutingIndexHandler(rs::ReactionSystem, order::AbstractVector{Symbol})
PermutingIndexHandler(rs, map(sym -> Catalyst._symbol_to_var(rs, sym), order))
Expand Down

0 comments on commit a3eafad

Please sign in to comment.