Skip to content

Commit

Permalink
Fix a bug in CardSetter(CellParametersCard) for customizer
Browse files Browse the repository at this point in the history
Which will cause wrong cell parameters
  • Loading branch information
singularitti committed Oct 25, 2023
1 parent 59bd73b commit ec44156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EquationOfStateWorkflow/actions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ end

customizer(volume::Volume) = OutdirSetter("Y-m-d_H:M:S") VolumeSetter(volume)
customizer(cell::Cell) =
OutdirSetter("Y-m-d_H:M:S") CardSetter(CellParametersCard(cell))
OutdirSetter("Y-m-d_H:M:S") CardSetter(CellParametersCard(cell, :bohr))
CardSetter(AtomicPositionsCard(cell))

0 comments on commit ec44156

Please sign in to comment.