Skip to content

Commit

Permalink
Update wannier_prog.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeCCP9 authored Sep 30, 2024
1 parent a303038 commit 8c0b6fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wannier_prog.F90
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ program wannier
nk => common_data%num_kpts
nn => common_data%kmesh_info%nntot

allocate(character(50) :: progname)
allocate(character(50) :: seedname)
allocate(character(50) :: cpstatus)
allocate (character(50) :: progname)
allocate (character(50) :: seedname)
allocate (character(50) :: cpstatus)
progname = 'wannier90' ! https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91442
call io_commandline(progname, ld, pp, seedname)

Expand Down

0 comments on commit 8c0b6fd

Please sign in to comment.