Skip to content

Commit

Permalink
bolztrap exit error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkotani committed May 22, 2020
1 parent e90a873 commit 9501910
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lm7K/fp/bndfp.F
Original file line number Diff line number Diff line change
Expand Up @@ -2325,9 +2325,12 @@ subroutine bndfp(nbas,nsp,nlibu,lmaxu,lldau, ssite,sspec,slat,sctrl,sham,spot,sb
enddo
enddo
close(ifi)
call rx0(' --bolttrap mode: boltztrap.dat is generated')
c call rx0(' --bolttrap mode: boltztrap.dat is generated')
endif
if( cmdopt('--boltztrap',11,0,strn)) then
call rx0(' --bolttrap mode: boltztrap.dat is generated')
endif
!! === pdos mode (--mkprocar and --fullmesh). ===
if(PROCARon.and.fullmesh) then
#ifdef MPIK
Expand Down

0 comments on commit 9501910

Please sign in to comment.