Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Feb 2, 2024
1 parent 93e3a2a commit 1e1efe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random_trajectories.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using ..StructNamedTrajectory
timestep_value::Float64=1.0,
timestep_name::Symbol=:Δt,
free_time::Bool=false,
timestep::Union{Float64,Symbol}=free_time ? timestep_value : timestep_name,
timestep::Union{Float64,Symbol}=free_time ? timestep_name : timestep_value,
state_dim::Int=3,
control_dim::Int=2
)
Expand Down

0 comments on commit 1e1efe5

Please sign in to comment.