Skip to content

Commit

Permalink
added extra
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Nov 27, 2017
1 parent 02e0e0e commit 30fd51b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file_processing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ function read_qe_input(filename,T=Float32::Type;run_command ="",run=true)
return Symbol(strip(split(line,"{")[end],'}'))
elseif contains(line,"(")
return Symbol(strip(split(line,"(")[end],')'))
else
return Symbol(split(line)[end])
end
end
control_blocks = Array{QEControlBlock,1}()
Expand Down

0 comments on commit 30fd51b

Please sign in to comment.