Skip to content

Commit 9dbf140

Browse files
refactor: always return all information from dummy_derivative_graph!
1 parent 837ac0c commit 9dbf140

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/structural_transformation/partial_state_selection.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,7 @@ function dummy_derivative_graph!(
174174
end
175175

176176
ret = tearing_with_dummy_derivatives(structure, BitSet(dummy_derivatives))
177-
if log
178-
(ret..., DummyDerivativeSummary(var_dummy_scc, var_state_priority))
179-
else
180-
ret[1]
181-
end
177+
(ret..., DummyDerivativeSummary(var_dummy_scc, var_state_priority))
182178
end
183179

184180
function is_present(structure, v)::Bool

0 commit comments

Comments
 (0)