Two lines taken out of #ifdef, they were misplaced

This commit is contained in:
Paolo Giannozzi 2020-07-18 10:07:55 +00:00
parent 6e0fbdf221
commit f7608b9cc0
1 changed files with 1 additions and 1 deletions

View File

@ -59,9 +59,9 @@ subroutine add_dkmds(ik, uact, jpol, dvkb)
#ifdef TIMING_ADD_DKMDS
call start_clock('add_dkmds')
call start_clock('add_dkmds2')
#endif
ikk=ikks(ik)
nbnd_eff=nbnd_occ(ikk)
#endif
allocate(aux(npwx))
allocate(aux1(npwx*npol,nbnd_eff))
if (nkb.gt.0) then