From 95019101d69fed3d289478f6669b80ffecfe4b3f Mon Sep 17 00:00:00 2001 From: Takao Kotani Date: Tue, 19 May 2020 18:49:26 +0900 Subject: [PATCH] bolztrap exit error fixed. --- lm7K/fp/bndfp.F | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lm7K/fp/bndfp.F b/lm7K/fp/bndfp.F index 61cd6d33c..268e438c4 100644 --- a/lm7K/fp/bndfp.F +++ b/lm7K/fp/bndfp.F @@ -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