Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Jan 22, 2024
1 parent bc7b993 commit a5fccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isomolly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function run!(iso::IsoRun; showprogress=true)
return iso
end

log(f::Function; kwargs) == f(; kwargs...)
log(f::Function; kwargs) = f(; kwargs...)

# note there is also plot_callback in isokann.jl
function autoplot(secs=10)
Expand Down

0 comments on commit a5fccc6

Please sign in to comment.