Skip to content

Commit

Permalink
Silenced docstring for internal PermutingIndexHandler function
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandocal committed Jul 19, 2024
1 parent 5015884 commit a5eb2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/indexhandlers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ function getsubstitutions(ih::DefaultIndexHandler, rs::ReactionSystem; state_sym
Dict(symbol => state_sym_vec[i] - ih.offset for (i, symbol) in enumerate(species_perm))
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`.
"""
#"""
function PermutingIndexHandler(rs::ReactionSystem, order::AbstractVector{Symbol})
PermutingIndexHandler(rs, map(sym -> Catalyst._symbol_to_var(rs, sym), order))
end
Expand Down

0 comments on commit a5eb2c3

Please sign in to comment.