Skip to content

Commit 5491098

Browse files
committed
fix comment for eq_to_diff
1 parent 9217c62 commit 5491098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/systemstructure.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ has_equations(::TransformationState) = true
142142
Base.@kwdef mutable struct SystemStructure
143143
"""Maps the index of variable x to the index of variable D(x)."""
144144
var_to_diff::DiffGraph
145-
"""Maps the index of an equation."""
145+
"""Maps the index of an algebraic equation to the index of the equation it is differentiated into."""
146146
eq_to_diff::DiffGraph
147147
# Can be access as
148148
# `graph` to automatically look at the bipartite graph

0 commit comments

Comments
 (0)