Skip to content

Commit

Permalink
Fix parsecell again
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Oct 30, 2023
1 parent 8265c11 commit 9ca81ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PhononWorkflow/actions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ using UnifiedPseudopotentialFormat # To work with `download_potential`
import Express.PhononWorkflow: CreateInput, RunCmd, parsecell

function parsecell(str)
str = read(file, String)
cell_parameters = last(eachcellparameterscard(str))
atomic_positions = last(eachatomicpositionscard(str))
return atomic_positions, cell_parameters
Expand Down

0 comments on commit 9ca81ad

Please sign in to comment.