Skip to content

Commit

Permalink
Renamed probe_itearator.jl to probe.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaefilat committed May 13, 2024
1 parent 5f6b013 commit 026780d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HerbSearch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include("genetic_functions/select_parents.jl")
include("genetic_search_iterator.jl")

include("random_iterator.jl")
include("probe/probe_iterator.jl")
include("probe/probe.jl")

export
ProgramIterator,
Expand Down
File renamed without changes.

0 comments on commit 026780d

Please sign in to comment.