Skip to content

Commit 1c6fff7

Browse files
committed
Fix typo
1 parent 9f1cbb3 commit 1c6fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structural_transformation/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function sorted_incidence_matrix(ts::TransformationState, val = true; only_algeq
165165
push!(J, j)
166166
end
167167
end
168-
sparse(I, J, val, nsrcs(g), ndsts(g))
168+
sparse(I, J, val, nsrcs(graph), ndsts(graph))
169169
end
170170

171171
###

0 commit comments

Comments
 (0)