Skip to content

Commit

Permalink
Fix SaveCell
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 24, 2023
1 parent 2de8e8c commit 4d0b30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EquationOfStateWorkflow/EquationOfStateWorkflow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end

function (action::SaveCell)(cell)
system = FlexibleSystem(cell)
return save_system(system, string(Calculation(action)) * ".cif")
return save_system(string(Calculation(action)) * ".cif", system)
end

end

0 comments on commit 4d0b30e

Please sign in to comment.