Skip to content

Commit

Permalink
Fix think for CreateInput
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Nov 20, 2023
1 parent c4d4a41 commit 42e49e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MD/think.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import ExpressBase: think

think(action::CreateInput, conf::Conf) =
collect(Thunk(action(conf.template)) for _ in Base.OneTo(length(conf.at)))
think(action::CreateInput{<:MolecularDynamics}, conf::Conf) =
collect(Thunk(action, template) for template in first.(conf.io))
think(action::ExtractCell, conf::Conf) =
collect(Thunk(action, file) for file in last.(conf.io))
function think(action::Action{T}, config::StaticConfig) where {T}
Expand Down

0 comments on commit 42e49e9

Please sign in to comment.