Skip to content

Commit

Permalink
Update motility.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Jun 8, 2024
1 parent 884b888 commit d963c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/motility.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export Arccos # from Agents
end
end

@dispatch biased(::RunState) = true
@dispatch biased(::TurnState) = false
@pattern biased(::RunState) = true
@pattern biased(::TurnState) = false

# Base motile states
Run(duration::Real, speed) = RunState(; duration, speed)
Expand Down

0 comments on commit d963c9e

Please sign in to comment.