Skip to content

Commit

Permalink
fix double ;
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Dec 27, 2024
1 parent c3fbb48 commit 657ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trajectories/transition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ See also [`transition`](@ref).
function transitions(
sys::CoupledSDEs,
x_i,
x_f;
x_f,
N::Int=1;
radius::NTuple{2}=(0.1, 0.1),
tmax=1e3,
Expand Down

0 comments on commit 657ad8f

Please sign in to comment.