Skip to content

Commit a1dcbd6

Browse files
Update src/systems/diffeqs/basic_transformations.jl
Co-authored-by: Anshul Singhvi <[email protected]>
1 parent 9380fd7 commit a1dcbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/basic_transformations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ end
712712
713713
Shorthand for `respecialize(sys, []; all = true)`
714714
"""
715-
respecialize(sys::AbstractSystem) = respecialize(sys, []; all = true)
715+
respecialize(sys::AbstractSystem) = respecialize(sys, (); all = true)
716716

717717
"""
718718
$(TYPEDSIGNATURES)

0 commit comments

Comments
 (0)