Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Nov 20, 2023
1 parent 83afbf6 commit c4d4a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MD/Recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ function build(::Type{Workflow}, r::IonDynamicsRecipe)
stage₁ = stage(FixedCellOptimization(), r)
stage₂ = stage(IonDynamicsRecipe(), r)
stage₁.extractcells .→ stage₂.makeinputs
return Workflow(stage.download)
return Workflow(stage.download)
end
function build(::Type{Workflow}, r::VariableCellMolecularDynamicsRecipe)
stage₁ = stage(VariableCellOptimization(), r)
stage₂ = stage(VariableCellMolecularDynamics(), r)
stage₁.extractcells .→ stage₂.makeinputs
return Workflow(stage.download)
return Workflow(stage.download)
end
function build(::Type{Workflow}, file)
dict = load(file)
Expand Down

0 comments on commit c4d4a41

Please sign in to comment.