Skip to content

Commit

Permalink
Fix build for IonDynamicsRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Nov 20, 2023
1 parent bf262ad commit 97dbfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MD/Recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ end

function build(::Type{Workflow}, r::IonDynamicsRecipe)
stage₁ = stage(FixedCellOptimization(), r)
stage₂ = stage(IonDynamicsRecipe(), r)
stage₂ = stage(IonDynamics(), r)
stage₁.extractcells .→ stage₂.makeinputs
return Workflow(stage₁.download)
end
Expand Down

0 comments on commit 97dbfbb

Please sign in to comment.