Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed May 3, 2024
1 parent b4c97d0 commit 52d7b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/clock_inference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function substitute_sample_time(ex, dt)
end
new_args[i] = ex_arg
end
similarterm(ex, op, new_args; metadata = metadata(ex))
similarterm(ex, op, new_args, symtype(ex); metadata = metadata(ex))
end
end

Expand Down

0 comments on commit 52d7b11

Please sign in to comment.