Skip to content

Commit 2d8d79a

Browse files
committed
Fix typo
1 parent 6e56ca9 commit 2d8d79a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/structural_transformation/bipartite_tearing/modia_tearing.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,14 @@ function tearEquations!(ict::IncrementalCycleTracker, Gsolvable, es::Vector{Int}
3434
end
3535
for eq in es # iterate only over equations that are not in eSolvedFixed
3636
vs = Gsolvable[eq]
37-
#=
3837
if check_der
3938
# if there're differentiated variables, then only consider them
4039
try_assign_eq!(ict, vs, v_active, eq, isder)
41-
@show has_der[]
4240
if has_der[]
4341
has_der[] = false
4442
continue
4543
end
4644
end
47-
=#
4845
try_assign_eq!(ict, vs, v_active, eq)
4946
end
5047

0 commit comments

Comments
 (0)